Color spaces of #bfab69
RGB | 191 | 171 | 105 |
---|---|---|---|
HSL | 0.13 | 0.40 | 0.58 |
HSV | 46° | 45° | 75° |
CMYK | 0.00 | 0.10 | 0.45 0.25 |
XYZ | 38.5986 | 41.2221 | 19.2869 |
Yxy | 41.2221 | 0.3895 | 0.4159 |
Hunter Lab | 64.2044 | -5.0467 | 27.1325 |
CIE-Lab | 70.3312 | -1.8510 | 36.5252 |
#bfab69 color RGB value is (191,171,105).
#bfab69 hex color red value is 191, green value is 171 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bfab69 hue: 0.13 , saturation: 0.40 and the lightness value of bfab69 is 0.58.
The process color (four color CMYK) of #bfab69 color hex is 0.00, 0.10, 0.45, 0.25. Web safe color of #bfab69 is #cc9966. Color #bfab69 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101011 | 01101001 |
Octal | 277 | 253 | 151 |
Decimal | 191 | 171 | 105 |
Hex | BF | AB | 69 |
Shades of #bfab69
Tints of #bfab69
RGB Percentages of Color #bfab69
CMYK Percentages of Color #bfab69
Complementary Color
#bfab69 | #697dbf |
#bfab69 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfab69 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfab69 Color CSS Codes
.mybgcolor {background-color:#bfab69; } .myforecolor {color:#bfab69; } .mybordercolor {border:3px solid #bfab69; }
#bfab69 Text Font Color
<p style="color:#bfab69">Text here</p>
This sample text font color is #bfab69
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.
#bfab69 Background Color
<div style="background-color:#bfab69">
Div content here</div>
This div background color is #bfab69
#bfab69 Border Color
<div style="border:3px solid #bfab69">
Div here</div>
This div border color is #bfab69
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,171,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfab69; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfab69; -webkit-box-shadow: 1px 1px 3px 2px #bfab69; box-shadow: 1px 1px 3px 2px #bfab69; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,171,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfab69">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfab69; -webkit-box-shadow: 1px 1px 3px 2px #bfab69; box-shadow: 1px 1px 3px 2px #bfab69;">
Div content here</div>
This div box has shadow with color #bfab69
Comments
No comments written yet.
Please login to write comment.