Color spaces of #bd971d
RGB | 189 | 151 | 29 |
---|---|---|---|
HSL | 0.13 | 0.73 | 0.43 |
HSV | 46° | 85° | 74° |
CMYK | 0.00 | 0.20 | 0.85 0.26 |
XYZ | 32.2746 | 33.0407 | 5.8388 |
Yxy | 33.0407 | 0.4536 | 0.4644 |
Hunter Lab | 57.4810 | -0.3672 | 34.2142 |
CIE-Lab | 64.1939 | 3.1644 | 62.8456 |
#bd971d color RGB value is (189,151,29).
#bd971d hex color red value is 189, green value is 151 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bd971d hue: 0.13 , saturation: 0.73 and the lightness value of bd971d is 0.43.
The process color (four color CMYK) of #bd971d color hex is 0.00, 0.20, 0.85, 0.26. Web safe color of #bd971d is #cc9933. Color #bd971d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10010111 | 00011101 |
Octal | 275 | 227 | 35 |
Decimal | 189 | 151 | 29 |
Hex | BD | 97 | 1D |
Shades of #bd971d
Tints of #bd971d
RGB Percentages of Color #bd971d
CMYK Percentages of Color #bd971d
Complementary Color
#bd971d | #1d43bd |
#bd971d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd971d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd971d Color CSS Codes
.mybgcolor {background-color:#bd971d; } .myforecolor {color:#bd971d; } .mybordercolor {border:3px solid #bd971d; }
#bd971d Text Font Color
<p style="color:#bd971d">Text here</p>
This sample text font color is #bd971d
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.
#bd971d Background Color
<div style="background-color:#bd971d">
Div content here</div>
This div background color is #bd971d
#bd971d Border Color
<div style="border:3px solid #bd971d">
Div here</div>
This div border color is #bd971d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,151,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd971d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd971d; -webkit-box-shadow: 1px 1px 3px 2px #bd971d; box-shadow: 1px 1px 3px 2px #bd971d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,151,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd971d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd971d; -webkit-box-shadow: 1px 1px 3px 2px #bd971d; box-shadow: 1px 1px 3px 2px #bd971d;">
Div content here</div>
This div box has shadow with color #bd971d
Comments
No comments written yet.
Please login to write comment.