Color spaces of #bb060b
RGB | 187 | 6 | 11 |
---|---|---|---|
HSL | 1.00 | 0.94 | 0.38 |
HSV | 358° | 97° | 73° |
CMYK | 0.00 | 0.97 | 0.94 0.27 |
XYZ | 20.6190 | 10.7192 | 1.2989 |
Yxy | 10.7192 | 0.6318 | 0.3284 |
Hunter Lab | 32.7402 | 55.1198 | 20.5659 |
CIE-Lab | 39.1034 | 62.9173 | 49.3075 |
#bb060b color RGB value is (187,6,11).
#bb060b hex color red value is 187, green value is 6 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bb060b hue: 1.00 , saturation: 0.94 and the lightness value of bb060b is 0.38.
The process color (four color CMYK) of #bb060b color hex is 0.00, 0.97, 0.94, 0.27. Web safe color of #bb060b is #cc0000. Color #bb060b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00000110 | 00001011 |
Octal | 273 | 6 | 13 |
Decimal | 187 | 6 | 11 |
Hex | BB | 6 | B |
Shades of #bb060b
Tints of #bb060b
RGB Percentages of Color #bb060b
CMYK Percentages of Color #bb060b
Complementary Color
#bb060b | #06bbb6 |
#bb060b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb060b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb060b Color CSS Codes
.mybgcolor {background-color:#bb060b; } .myforecolor {color:#bb060b; } .mybordercolor {border:3px solid #bb060b; }
#bb060b Text Font Color
<p style="color:#bb060b">Text here</p>
This sample text font color is #bb060b
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.
#bb060b Background Color
<div style="background-color:#bb060b">
Div content here</div>
This div background color is #bb060b
#bb060b Border Color
<div style="border:3px solid #bb060b">
Div here</div>
This div border color is #bb060b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,6,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb060b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb060b; -webkit-box-shadow: 1px 1px 3px 2px #bb060b; box-shadow: 1px 1px 3px 2px #bb060b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,6,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 #bb060b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb060b; -webkit-box-shadow: 1px 1px 3px 2px #bb060b; box-shadow: 1px 1px 3px 2px #bb060b;">
Div content here</div>
This div box has shadow with color #bb060b
Comments
No comments written yet.
Please login to write comment.