Color spaces of #bb451c
RGB | 187 | 69 | 28 |
---|---|---|---|
HSL | 0.04 | 0.74 | 0.42 |
HSV | 15° | 85° | 73° |
CMYK | 0.00 | 0.63 | 0.85 0.27 |
XYZ | 22.8312 | 14.9049 | 2.7722 |
Yxy | 14.9049 | 0.5636 | 0.3679 |
Hunter Lab | 38.6069 | 37.9987 | 22.7674 |
CIE-Lab | 45.5037 | 45.7117 | 47.2037 |
#bb451c color RGB value is (187,69,28).
#bb451c hex color red value is 187, green value is 69 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bb451c hue: 0.04 , saturation: 0.74 and the lightness value of bb451c is 0.42.
The process color (four color CMYK) of #bb451c color hex is 0.00, 0.63, 0.85, 0.27. Web safe color of #bb451c is #cc3333. Color #bb451c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01000101 | 00011100 |
Octal | 273 | 105 | 34 |
Decimal | 187 | 69 | 28 |
Hex | BB | 45 | 1C |
Shades of #bb451c
Tints of #bb451c
RGB Percentages of Color #bb451c
CMYK Percentages of Color #bb451c
Complementary Color
#bb451c | #1c92bb |
#bb451c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb451c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb451c Color CSS Codes
.mybgcolor {background-color:#bb451c; } .myforecolor {color:#bb451c; } .mybordercolor {border:3px solid #bb451c; }
#bb451c Text Font Color
<p style="color:#bb451c">Text here</p>
This sample text font color is #bb451c
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.
#bb451c Background Color
<div style="background-color:#bb451c">
Div content here</div>
This div background color is #bb451c
#bb451c Border Color
<div style="border:3px solid #bb451c">
Div here</div>
This div border color is #bb451c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,69,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb451c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb451c; -webkit-box-shadow: 1px 1px 3px 2px #bb451c; box-shadow: 1px 1px 3px 2px #bb451c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,69,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb451c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb451c; -webkit-box-shadow: 1px 1px 3px 2px #bb451c; box-shadow: 1px 1px 3px 2px #bb451c;">
Div content here</div>
This div box has shadow with color #bb451c
Comments
No comments written yet.
Please login to write comment.