Color spaces of #b9a41b
RGB | 185 | 164 | 27 |
---|---|---|---|
HSL | 0.14 | 0.75 | 0.42 |
HSV | 52° | 85° | 73° |
CMYK | 0.00 | 0.11 | 0.85 0.27 |
XYZ | 33.4809 | 36.9443 | 6.4032 |
Yxy | 36.9443 | 0.4358 | 0.4809 |
Hunter Lab | 60.7818 | -8.0437 | 36.3012 |
CIE-Lab | 67.2352 | -5.6520 | 65.7336 |
#b9a41b color RGB value is (185,164,27).
#b9a41b hex color red value is 185, green value is 164 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #b9a41b hue: 0.14 , saturation: 0.75 and the lightness value of b9a41b is 0.42.
The process color (four color CMYK) of #b9a41b color hex is 0.00, 0.11, 0.85, 0.27. Web safe color of #b9a41b is #cc9933. Color #b9a41b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10100100 | 00011011 |
Octal | 271 | 244 | 33 |
Decimal | 185 | 164 | 27 |
Hex | B9 | A4 | 1B |
Shades of #b9a41b
Tints of #b9a41b
RGB Percentages of Color #b9a41b
CMYK Percentages of Color #b9a41b
Complementary Color
#b9a41b | #1b30b9 |
#b9a41b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9a41b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9a41b Color CSS Codes
.mybgcolor {background-color:#b9a41b; } .myforecolor {color:#b9a41b; } .mybordercolor {border:3px solid #b9a41b; }
#b9a41b Text Font Color
<p style="color:#b9a41b">Text here</p>
This sample text font color is #b9a41b
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.
#b9a41b Background Color
<div style="background-color:#b9a41b">
Div content here</div>
This div background color is #b9a41b
#b9a41b Border Color
<div style="border:3px solid #b9a41b">
Div here</div>
This div border color is #b9a41b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,164,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9a41b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9a41b; -webkit-box-shadow: 1px 1px 3px 2px #b9a41b; box-shadow: 1px 1px 3px 2px #b9a41b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,164,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9a41b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9a41b; -webkit-box-shadow: 1px 1px 3px 2px #b9a41b; box-shadow: 1px 1px 3px 2px #b9a41b;">
Div content here</div>
This div box has shadow with color #b9a41b
Comments
No comments written yet.
Please login to write comment.