Color spaces of #bd320f
RGB | 189 | 50 | 15 |
---|---|---|---|
HSL | 0.03 | 0.85 | 0.40 |
HSV | 12° | 92° | 74° |
CMYK | 0.00 | 0.74 | 0.92 0.26 |
XYZ | 22.2131 | 13.1345 | 1.8164 |
Yxy | 13.1345 | 0.5977 | 0.3534 |
Hunter Lab | 36.2416 | 45.9832 | 22.3975 |
CIE-Lab | 42.9652 | 53.8227 | 50.5611 |
#bd320f color RGB value is (189,50,15).
#bd320f hex color red value is 189, green value is 50 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bd320f hue: 0.03 , saturation: 0.85 and the lightness value of bd320f is 0.40.
The process color (four color CMYK) of #bd320f color hex is 0.00, 0.74, 0.92, 0.26. Web safe color of #bd320f is #cc3300. Color #bd320f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00110010 | 00001111 |
Octal | 275 | 62 | 17 |
Decimal | 189 | 50 | 15 |
Hex | BD | 32 | F |
Shades of #bd320f
Tints of #bd320f
RGB Percentages of Color #bd320f
CMYK Percentages of Color #bd320f
Complementary Color
#bd320f | #0f9abd |
#bd320f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd320f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd320f Color CSS Codes
.mybgcolor {background-color:#bd320f; } .myforecolor {color:#bd320f; } .mybordercolor {border:3px solid #bd320f; }
#bd320f Text Font Color
<p style="color:#bd320f">Text here</p>
This sample text font color is #bd320f
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.
#bd320f Background Color
<div style="background-color:#bd320f">
Div content here</div>
This div background color is #bd320f
#bd320f Border Color
<div style="border:3px solid #bd320f">
Div here</div>
This div border color is #bd320f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,50,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd320f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd320f; -webkit-box-shadow: 1px 1px 3px 2px #bd320f; box-shadow: 1px 1px 3px 2px #bd320f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,50,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd320f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd320f; -webkit-box-shadow: 1px 1px 3px 2px #bd320f; box-shadow: 1px 1px 3px 2px #bd320f;">
Div content here</div>
This div box has shadow with color #bd320f
Comments
No comments written yet.
Please login to write comment.