Color spaces of #bfb69f
RGB | 191 | 182 | 159 |
---|---|---|---|
HSL | 0.12 | 0.20 | 0.69 |
HSV | 43° | 17° | 75° |
CMYK | 0.00 | 0.05 | 0.17 0.25 |
XYZ | 44.4718 | 47.0355 | 39.5357 |
Yxy | 47.0355 | 0.3394 | 0.3589 |
Hunter Lab | 68.5824 | -4.2722 | 13.8288 |
CIE-Lab | 74.2125 | -0.6797 | 12.8555 |
#bfb69f color RGB value is (191,182,159).
#bfb69f hex color red value is 191, green value is 182 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfb69f hue: 0.12 , saturation: 0.20 and the lightness value of bfb69f is 0.69.
The process color (four color CMYK) of #bfb69f color hex is 0.00, 0.05, 0.17, 0.25. Web safe color of #bfb69f is #cccc99. Color #bfb69f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110110 | 10011111 |
Octal | 277 | 266 | 237 |
Decimal | 191 | 182 | 159 |
Hex | BF | B6 | 9F |
Shades of #bfb69f
Tints of #bfb69f
RGB Percentages of Color #bfb69f
CMYK Percentages of Color #bfb69f
Complementary Color
#bfb69f | #9fa8bf |
#bfb69f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb69f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb69f Color CSS Codes
.mybgcolor {background-color:#bfb69f; } .myforecolor {color:#bfb69f; } .mybordercolor {border:3px solid #bfb69f; }
#bfb69f Text Font Color
<p style="color:#bfb69f">Text here</p>
This sample text font color is #bfb69f
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.
#bfb69f Background Color
<div style="background-color:#bfb69f">
Div content here</div>
This div background color is #bfb69f
#bfb69f Border Color
<div style="border:3px solid #bfb69f">
Div here</div>
This div border color is #bfb69f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,182,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb69f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb69f; -webkit-box-shadow: 1px 1px 3px 2px #bfb69f; box-shadow: 1px 1px 3px 2px #bfb69f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,182,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfb69f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb69f; -webkit-box-shadow: 1px 1px 3px 2px #bfb69f; box-shadow: 1px 1px 3px 2px #bfb69f;">
Div content here</div>
This div box has shadow with color #bfb69f
Comments
No comments written yet.
Please login to write comment.