Color spaces of #bb966d
RGB | 187 | 150 | 109 |
---|---|---|---|
HSL | 0.09 | 0.36 | 0.58 |
HSV | 32° | 42° | 73° |
CMYK | 0.00 | 0.20 | 0.42 0.27 |
XYZ | 34.1602 | 33.4816 | 19.1302 |
Yxy | 33.4816 | 0.3937 | 0.3859 |
Hunter Lab | 57.8633 | 4.1186 | 20.9024 |
CIE-Lab | 64.5490 | 8.2988 | 26.8608 |
#bb966d color RGB value is (187,150,109).
#bb966d hex color red value is 187, green value is 150 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bb966d hue: 0.09 , saturation: 0.36 and the lightness value of bb966d is 0.58.
The process color (four color CMYK) of #bb966d color hex is 0.00, 0.20, 0.42, 0.27. Web safe color of #bb966d is #cc9966. Color #bb966d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10010110 | 01101101 |
Octal | 273 | 226 | 155 |
Decimal | 187 | 150 | 109 |
Hex | BB | 96 | 6D |
Shades of #bb966d
Tints of #bb966d
RGB Percentages of Color #bb966d
CMYK Percentages of Color #bb966d
Complementary Color
#bb966d | #6d92bb |
#bb966d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb966d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb966d Color CSS Codes
.mybgcolor {background-color:#bb966d; } .myforecolor {color:#bb966d; } .mybordercolor {border:3px solid #bb966d; }
#bb966d Text Font Color
<p style="color:#bb966d">Text here</p>
This sample text font color is #bb966d
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.
#bb966d Background Color
<div style="background-color:#bb966d">
Div content here</div>
This div background color is #bb966d
#bb966d Border Color
<div style="border:3px solid #bb966d">
Div here</div>
This div border color is #bb966d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,150,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb966d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb966d; -webkit-box-shadow: 1px 1px 3px 2px #bb966d; box-shadow: 1px 1px 3px 2px #bb966d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,150,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb966d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb966d; -webkit-box-shadow: 1px 1px 3px 2px #bb966d; box-shadow: 1px 1px 3px 2px #bb966d;">
Div content here</div>
This div box has shadow with color #bb966d
Comments
No comments written yet.
Please login to write comment.