Color spaces of #bb361e
RGB | 187 | 54 | 30 |
---|---|---|---|
HSL | 0.03 | 0.72 | 0.43 |
HSV | 9° | 84° | 73° |
CMYK | 0.00 | 0.71 | 0.84 0.27 |
XYZ | 22.0470 | 13.2969 | 2.6328 |
Yxy | 13.2969 | 0.5805 | 0.3501 |
Hunter Lab | 36.4649 | 44.1090 | 21.2446 |
CIE-Lab | 43.2072 | 52.0099 | 44.2475 |
#bb361e color RGB value is (187,54,30).
#bb361e hex color red value is 187, green value is 54 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bb361e hue: 0.03 , saturation: 0.72 and the lightness value of bb361e is 0.43.
The process color (four color CMYK) of #bb361e color hex is 0.00, 0.71, 0.84, 0.27. Web safe color of #bb361e is #cc3333. Color #bb361e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00110110 | 00011110 |
Octal | 273 | 66 | 36 |
Decimal | 187 | 54 | 30 |
Hex | BB | 36 | 1E |
Shades of #bb361e
Tints of #bb361e
RGB Percentages of Color #bb361e
CMYK Percentages of Color #bb361e
Complementary Color
#bb361e | #1ea3bb |
#bb361e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb361e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb361e Color CSS Codes
.mybgcolor {background-color:#bb361e; } .myforecolor {color:#bb361e; } .mybordercolor {border:3px solid #bb361e; }
#bb361e Text Font Color
<p style="color:#bb361e">Text here</p>
This sample text font color is #bb361e
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.
#bb361e Background Color
<div style="background-color:#bb361e">
Div content here</div>
This div background color is #bb361e
#bb361e Border Color
<div style="border:3px solid #bb361e">
Div here</div>
This div border color is #bb361e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,54,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb361e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb361e; -webkit-box-shadow: 1px 1px 3px 2px #bb361e; box-shadow: 1px 1px 3px 2px #bb361e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,54,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb361e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb361e; -webkit-box-shadow: 1px 1px 3px 2px #bb361e; box-shadow: 1px 1px 3px 2px #bb361e;">
Div content here</div>
This div box has shadow with color #bb361e
Comments
No comments written yet.
Please login to write comment.