Color spaces of #bfba91
RGB | 191 | 186 | 145 |
---|---|---|---|
HSL | 0.15 | 0.26 | 0.66 |
HSV | 53° | 24° | 75° |
CMYK | 0.00 | 0.03 | 0.24 0.25 |
XYZ | 44.1556 | 48.2385 | 33.7718 |
Yxy | 48.2385 | 0.3500 | 0.3823 |
Hunter Lab | 69.4539 | -8.0624 | 19.7881 |
CIE-Lab | 74.9751 | -4.8891 | 21.4715 |
#bfba91 color RGB value is (191,186,145).
#bfba91 hex color red value is 191, green value is 186 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bfba91 hue: 0.15 , saturation: 0.26 and the lightness value of bfba91 is 0.66.
The process color (four color CMYK) of #bfba91 color hex is 0.00, 0.03, 0.24, 0.25. Web safe color of #bfba91 is #cccc99. Color #bfba91 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111010 | 10010001 |
Octal | 277 | 272 | 221 |
Decimal | 191 | 186 | 145 |
Hex | BF | BA | 91 |
Shades of #bfba91
Tints of #bfba91
RGB Percentages of Color #bfba91
CMYK Percentages of Color #bfba91
Complementary Color
#bfba91 | #9196bf |
#bfba91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfba91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfba91 Color CSS Codes
.mybgcolor {background-color:#bfba91; } .myforecolor {color:#bfba91; } .mybordercolor {border:3px solid #bfba91; }
#bfba91 Text Font Color
<p style="color:#bfba91">Text here</p>
This sample text font color is #bfba91
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bfba91 Background Color
<div style="background-color:#bfba91">
Div content here</div>
This div background color is #bfba91
#bfba91 Border Color
<div style="border:3px solid #bfba91">
Div here</div>
This div border color is #bfba91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,186,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfba91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfba91; -webkit-box-shadow: 1px 1px 3px 2px #bfba91; box-shadow: 1px 1px 3px 2px #bfba91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,186,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfba91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfba91; -webkit-box-shadow: 1px 1px 3px 2px #bfba91; box-shadow: 1px 1px 3px 2px #bfba91;">
Div content here</div>
This div box has shadow with color #bfba91
Comments
No comments written yet.
Please login to write comment.