Color spaces of #bbaf4e
RGB | 187 | 175 | 78 |
---|---|---|---|
HSL | 0.15 | 0.44 | 0.52 |
HSV | 53° | 58° | 73° |
CMYK | 0.00 | 0.06 | 0.58 0.27 |
XYZ | 37.1986 | 41.7748 | 13.3105 |
Yxy | 41.7748 | 0.4031 | 0.4527 |
Hunter Lab | 64.6334 | -10.3761 | 33.0333 |
CIE-Lab | 70.7154 | -8.0386 | 50.2492 |
#bbaf4e color RGB value is (187,175,78).
#bbaf4e hex color red value is 187, green value is 175 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bbaf4e hue: 0.15 , saturation: 0.44 and the lightness value of bbaf4e is 0.52.
The process color (four color CMYK) of #bbaf4e color hex is 0.00, 0.06, 0.58, 0.27. Web safe color of #bbaf4e is #cc9966. Color #bbaf4e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101111 | 01001110 |
Octal | 273 | 257 | 116 |
Decimal | 187 | 175 | 78 |
Hex | BB | AF | 4E |
Shades of #bbaf4e
Tints of #bbaf4e
RGB Percentages of Color #bbaf4e
CMYK Percentages of Color #bbaf4e
Complementary Color
#bbaf4e | #4e5abb |
#bbaf4e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbaf4e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbaf4e Color CSS Codes
.mybgcolor {background-color:#bbaf4e; } .myforecolor {color:#bbaf4e; } .mybordercolor {border:3px solid #bbaf4e; }
#bbaf4e Text Font Color
<p style="color:#bbaf4e">Text here</p>
This sample text font color is #bbaf4e
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.
#bbaf4e Background Color
<div style="background-color:#bbaf4e">
Div content here</div>
This div background color is #bbaf4e
#bbaf4e Border Color
<div style="border:3px solid #bbaf4e">
Div here</div>
This div border color is #bbaf4e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,175,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbaf4e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbaf4e; -webkit-box-shadow: 1px 1px 3px 2px #bbaf4e; box-shadow: 1px 1px 3px 2px #bbaf4e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,175,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbaf4e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbaf4e; -webkit-box-shadow: 1px 1px 3px 2px #bbaf4e; box-shadow: 1px 1px 3px 2px #bbaf4e;">
Div content here</div>
This div box has shadow with color #bbaf4e
Comments
No comments written yet.
Please login to write comment.