Color spaces of #bbba76
RGB | 187 | 186 | 118 |
---|---|---|---|
HSL | 0.16 | 0.34 | 0.60 |
HSV | 59° | 37° | 73° |
CMYK | 0.00 | 0.01 | 0.37 0.27 |
XYZ | 41.3224 | 46.9906 | 24.0317 |
Yxy | 46.9906 | 0.3678 | 0.4183 |
Hunter Lab | 68.5497 | -12.3605 | 27.1993 |
CIE-Lab | 74.1838 | -9.9442 | 34.6231 |
#bbba76 color RGB value is (187,186,118).
#bbba76 hex color red value is 187, green value is 186 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bbba76 hue: 0.16 , saturation: 0.34 and the lightness value of bbba76 is 0.60.
The process color (four color CMYK) of #bbba76 color hex is 0.00, 0.01, 0.37, 0.27. Web safe color of #bbba76 is #cccc66. Color #bbba76 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111010 | 01110110 |
Octal | 273 | 272 | 166 |
Decimal | 187 | 186 | 118 |
Hex | BB | BA | 76 |
Shades of #bbba76
Tints of #bbba76
RGB Percentages of Color #bbba76
CMYK Percentages of Color #bbba76
Complementary Color
#bbba76 | #7677bb |
#bbba76 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbba76 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbba76 Color CSS Codes
.mybgcolor {background-color:#bbba76; } .myforecolor {color:#bbba76; } .mybordercolor {border:3px solid #bbba76; }
#bbba76 Text Font Color
<p style="color:#bbba76">Text here</p>
This sample text font color is #bbba76
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.
#bbba76 Background Color
<div style="background-color:#bbba76">
Div content here</div>
This div background color is #bbba76
#bbba76 Border Color
<div style="border:3px solid #bbba76">
Div here</div>
This div border color is #bbba76
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,186,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbba76; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbba76; -webkit-box-shadow: 1px 1px 3px 2px #bbba76; box-shadow: 1px 1px 3px 2px #bbba76; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,186,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbba76">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbba76; -webkit-box-shadow: 1px 1px 3px 2px #bbba76; box-shadow: 1px 1px 3px 2px #bbba76;">
Div content here</div>
This div box has shadow with color #bbba76
Comments
No comments written yet.
Please login to write comment.