Color spaces of #bd490d
RGB | 189 | 73 | 13 |
---|---|---|---|
HSL | 0.06 | 0.87 | 0.40 |
HSV | 20° | 93° | 74° |
CMYK | 0.00 | 0.61 | 0.93 0.26 |
XYZ | 23.4415 | 15.6130 | 2.1589 |
Yxy | 15.6130 | 0.5688 | 0.3788 |
Hunter Lab | 39.5133 | 36.7480 | 24.4199 |
CIE-Lab | 46.4626 | 44.3234 | 53.5621 |
#bd490d color RGB value is (189,73,13).
#bd490d hex color red value is 189, green value is 73 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bd490d hue: 0.06 , saturation: 0.87 and the lightness value of bd490d is 0.40.
The process color (four color CMYK) of #bd490d color hex is 0.00, 0.61, 0.93, 0.26. Web safe color of #bd490d is #cc3300. Color #bd490d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01001001 | 00001101 |
Octal | 275 | 111 | 15 |
Decimal | 189 | 73 | 13 |
Hex | BD | 49 | D |
Shades of #bd490d
Tints of #bd490d
RGB Percentages of Color #bd490d
CMYK Percentages of Color #bd490d
Complementary Color
#bd490d | #0d81bd |
#bd490d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd490d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd490d Color CSS Codes
.mybgcolor {background-color:#bd490d; } .myforecolor {color:#bd490d; } .mybordercolor {border:3px solid #bd490d; }
#bd490d Text Font Color
<p style="color:#bd490d">Text here</p>
This sample text font color is #bd490d
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.
#bd490d Background Color
<div style="background-color:#bd490d">
Div content here</div>
This div background color is #bd490d
#bd490d Border Color
<div style="border:3px solid #bd490d">
Div here</div>
This div border color is #bd490d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,73,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd490d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd490d; -webkit-box-shadow: 1px 1px 3px 2px #bd490d; box-shadow: 1px 1px 3px 2px #bd490d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,73,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd490d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd490d; -webkit-box-shadow: 1px 1px 3px 2px #bd490d; box-shadow: 1px 1px 3px 2px #bd490d;">
Div content here</div>
This div box has shadow with color #bd490d
Comments
No comments written yet.
Please login to write comment.