Color spaces of #bb820b
RGB | 187 | 130 | 11 |
---|---|---|---|
HSL | 0.11 | 0.89 | 0.39 |
HSV | 41° | 94° | 73° |
CMYK | 0.00 | 0.30 | 0.94 0.27 |
XYZ | 28.5366 | 26.5542 | 3.9380 |
Yxy | 26.5542 | 0.4834 | 0.4499 |
Hunter Lab | 51.5308 | 8.6705 | 31.5406 |
CIE-Lab | 58.5594 | 13.4278 | 62.4100 |
#bb820b color RGB value is (187,130,11).
#bb820b hex color red value is 187, green value is 130 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bb820b hue: 0.11 , saturation: 0.89 and the lightness value of bb820b is 0.39.
The process color (four color CMYK) of #bb820b color hex is 0.00, 0.30, 0.94, 0.27. Web safe color of #bb820b is #cc9900. Color #bb820b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10000010 | 00001011 |
Octal | 273 | 202 | 13 |
Decimal | 187 | 130 | 11 |
Hex | BB | 82 | B |
Shades of #bb820b
Tints of #bb820b
RGB Percentages of Color #bb820b
CMYK Percentages of Color #bb820b
Complementary Color
#bb820b | #0b44bb |
#bb820b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb820b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb820b Color CSS Codes
.mybgcolor {background-color:#bb820b; } .myforecolor {color:#bb820b; } .mybordercolor {border:3px solid #bb820b; }
#bb820b Text Font Color
<p style="color:#bb820b">Text here</p>
This sample text font color is #bb820b
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.
#bb820b Background Color
<div style="background-color:#bb820b">
Div content here</div>
This div background color is #bb820b
#bb820b Border Color
<div style="border:3px solid #bb820b">
Div here</div>
This div border color is #bb820b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,130,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb820b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb820b; -webkit-box-shadow: 1px 1px 3px 2px #bb820b; box-shadow: 1px 1px 3px 2px #bb820b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,130,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb820b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb820b; -webkit-box-shadow: 1px 1px 3px 2px #bb820b; box-shadow: 1px 1px 3px 2px #bb820b;">
Div content here</div>
This div box has shadow with color #bb820b
Comments
No comments written yet.
Please login to write comment.