Color spaces of #bb811a
RGB | 187 | 129 | 26 |
---|---|---|---|
HSL | 0.11 | 0.76 | 0.42 |
HSV | 38° | 86° | 73° |
CMYK | 0.00 | 0.31 | 0.86 0.27 |
XYZ | 28.5302 | 26.3399 | 4.5577 |
Yxy | 26.3399 | 0.4801 | 0.4432 |
Hunter Lab | 51.3224 | 9.4142 | 30.6604 |
CIE-Lab | 58.3583 | 14.2696 | 58.7615 |
#bb811a color RGB value is (187,129,26).
#bb811a hex color red value is 187, green value is 129 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bb811a hue: 0.11 , saturation: 0.76 and the lightness value of bb811a is 0.42.
The process color (four color CMYK) of #bb811a color hex is 0.00, 0.31, 0.86, 0.27. Web safe color of #bb811a is #cc9933. Color #bb811a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10000001 | 00011010 |
Octal | 273 | 201 | 32 |
Decimal | 187 | 129 | 26 |
Hex | BB | 81 | 1A |
Shades of #bb811a
Tints of #bb811a
RGB Percentages of Color #bb811a
CMYK Percentages of Color #bb811a
Complementary Color
#bb811a | #1a54bb |
#bb811a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb811a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb811a Color CSS Codes
.mybgcolor {background-color:#bb811a; } .myforecolor {color:#bb811a; } .mybordercolor {border:3px solid #bb811a; }
#bb811a Text Font Color
<p style="color:#bb811a">Text here</p>
This sample text font color is #bb811a
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.
#bb811a Background Color
<div style="background-color:#bb811a">
Div content here</div>
This div background color is #bb811a
#bb811a Border Color
<div style="border:3px solid #bb811a">
Div here</div>
This div border color is #bb811a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,129,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb811a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb811a; -webkit-box-shadow: 1px 1px 3px 2px #bb811a; box-shadow: 1px 1px 3px 2px #bb811a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,129,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb811a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb811a; -webkit-box-shadow: 1px 1px 3px 2px #bb811a; box-shadow: 1px 1px 3px 2px #bb811a;">
Div content here</div>
This div box has shadow with color #bb811a
Comments
No comments written yet.
Please login to write comment.