Color spaces of #bb230e
RGB | 187 | 35 | 14 |
---|---|---|---|
HSL | 0.02 | 0.86 | 0.39 |
HSV | 7° | 93° | 73° |
CMYK | 0.00 | 0.81 | 0.93 0.27 |
XYZ | 21.1738 | 11.7986 | 1.5768 |
Yxy | 11.7986 | 0.6129 | 0.3415 |
Hunter Lab | 34.3491 | 49.9218 | 21.3226 |
CIE-Lab | 40.8942 | 57.8692 | 49.3441 |
#bb230e color RGB value is (187,35,14).
#bb230e hex color red value is 187, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bb230e hue: 0.02 , saturation: 0.86 and the lightness value of bb230e is 0.39.
The process color (four color CMYK) of #bb230e color hex is 0.00, 0.81, 0.93, 0.27. Web safe color of #bb230e is #cc3300. Color #bb230e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00100011 | 00001110 |
Octal | 273 | 43 | 16 |
Decimal | 187 | 35 | 14 |
Hex | BB | 23 | E |
Shades of #bb230e
Tints of #bb230e
RGB Percentages of Color #bb230e
CMYK Percentages of Color #bb230e
Complementary Color
#bb230e | #0ea6bb |
#bb230e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb230e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb230e Color CSS Codes
.mybgcolor {background-color:#bb230e; } .myforecolor {color:#bb230e; } .mybordercolor {border:3px solid #bb230e; }
#bb230e Text Font Color
<p style="color:#bb230e">Text here</p>
This sample text font color is #bb230e
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.
#bb230e Background Color
<div style="background-color:#bb230e">
Div content here</div>
This div background color is #bb230e
#bb230e Border Color
<div style="border:3px solid #bb230e">
Div here</div>
This div border color is #bb230e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,35,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb230e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb230e; -webkit-box-shadow: 1px 1px 3px 2px #bb230e; box-shadow: 1px 1px 3px 2px #bb230e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,35,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb230e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb230e; -webkit-box-shadow: 1px 1px 3px 2px #bb230e; box-shadow: 1px 1px 3px 2px #bb230e;">
Div content here</div>
This div box has shadow with color #bb230e
Comments
No comments written yet.
Please login to write comment.