Color spaces of #bd901a
RGB | 189 | 144 | 26 |
---|---|---|---|
HSL | 0.12 | 0.76 | 0.42 |
HSV | 43° | 86° | 74° |
CMYK | 0.00 | 0.24 | 0.86 0.26 |
XYZ | 31.1460 | 30.8399 | 5.2884 |
Yxy | 30.8399 | 0.4630 | 0.4584 |
Hunter Lab | 55.5337 | 2.9276 | 33.2275 |
CIE-Lab | 62.3722 | 6.9018 | 62.1534 |
#bd901a color RGB value is (189,144,26).
#bd901a hex color red value is 189, green value is 144 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bd901a hue: 0.12 , saturation: 0.76 and the lightness value of bd901a is 0.42.
The process color (four color CMYK) of #bd901a color hex is 0.00, 0.24, 0.86, 0.26. Web safe color of #bd901a is #cc9933. Color #bd901a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10010000 | 00011010 |
Octal | 275 | 220 | 32 |
Decimal | 189 | 144 | 26 |
Hex | BD | 90 | 1A |
Shades of #bd901a
Tints of #bd901a
RGB Percentages of Color #bd901a
CMYK Percentages of Color #bd901a
Complementary Color
#bd901a | #1a47bd |
#bd901a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd901a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd901a Color CSS Codes
.mybgcolor {background-color:#bd901a; } .myforecolor {color:#bd901a; } .mybordercolor {border:3px solid #bd901a; }
#bd901a Text Font Color
<p style="color:#bd901a">Text here</p>
This sample text font color is #bd901a
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.
#bd901a Background Color
<div style="background-color:#bd901a">
Div content here</div>
This div background color is #bd901a
#bd901a Border Color
<div style="border:3px solid #bd901a">
Div here</div>
This div border color is #bd901a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,144,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd901a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd901a; -webkit-box-shadow: 1px 1px 3px 2px #bd901a; box-shadow: 1px 1px 3px 2px #bd901a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,144,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd901a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd901a; -webkit-box-shadow: 1px 1px 3px 2px #bd901a; box-shadow: 1px 1px 3px 2px #bd901a;">
Div content here</div>
This div box has shadow with color #bd901a
Comments
No comments written yet.
Please login to write comment.