Color spaces of #bfbcaa
RGB | 191 | 188 | 170 |
---|---|---|---|
HSL | 0.14 | 0.14 | 0.71 |
HSV | 51° | 11° | 75° |
CMYK | 0.00 | 0.02 | 0.11 0.25 |
XYZ | 46.7248 | 49.9451 | 45.2079 |
Yxy | 49.9451 | 0.3293 | 0.3520 |
Hunter Lab | 70.6718 | -5.6602 | 11.5432 |
CIE-Lab | 76.0356 | -2.0905 | 9.4777 |
#bfbcaa color RGB value is (191,188,170).
#bfbcaa hex color red value is 191, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bfbcaa hue: 0.14 , saturation: 0.14 and the lightness value of bfbcaa is 0.71.
The process color (four color CMYK) of #bfbcaa color hex is 0.00, 0.02, 0.11, 0.25. Web safe color of #bfbcaa is #cccc99. Color #bfbcaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111100 | 10101010 |
Octal | 277 | 274 | 252 |
Decimal | 191 | 188 | 170 |
Hex | BF | BC | AA |
Shades of #bfbcaa
Tints of #bfbcaa
RGB Percentages of Color #bfbcaa
CMYK Percentages of Color #bfbcaa
Complementary Color
#bfbcaa | #aaadbf |
#bfbcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbcaa Color CSS Codes
.mybgcolor {background-color:#bfbcaa; } .myforecolor {color:#bfbcaa; } .mybordercolor {border:3px solid #bfbcaa; }
#bfbcaa Text Font Color
<p style="color:#bfbcaa">Text here</p>
This sample text font color is #bfbcaa
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.
#bfbcaa Background Color
<div style="background-color:#bfbcaa">
Div content here</div>
This div background color is #bfbcaa
#bfbcaa Border Color
<div style="border:3px solid #bfbcaa">
Div here</div>
This div border color is #bfbcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,188,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbcaa; -webkit-box-shadow: 1px 1px 3px 2px #bfbcaa; box-shadow: 1px 1px 3px 2px #bfbcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,188,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbcaa; -webkit-box-shadow: 1px 1px 3px 2px #bfbcaa; box-shadow: 1px 1px 3px 2px #bfbcaa;">
Div content here</div>
This div box has shadow with color #bfbcaa
Comments
No comments written yet.
Please login to write comment.