Color spaces of #b9841c
RGB | 185 | 132 | 28 |
---|---|---|---|
HSL | 0.11 | 0.74 | 0.42 |
HSV | 40° | 85° | 73° |
CMYK | 0.00 | 0.29 | 0.85 0.27 |
XYZ | 28.4684 | 26.9007 | 4.7905 |
Yxy | 26.9007 | 0.4732 | 0.4472 |
Hunter Lab | 51.8659 | 7.2107 | 30.8299 |
CIE-Lab | 58.8823 | 11.7690 | 58.5022 |
#b9841c color RGB value is (185,132,28).
#b9841c hex color red value is 185, green value is 132 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b9841c hue: 0.11 , saturation: 0.74 and the lightness value of b9841c is 0.42.
The process color (four color CMYK) of #b9841c color hex is 0.00, 0.29, 0.85, 0.27. Web safe color of #b9841c is #cc9933. Color #b9841c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10000100 | 00011100 |
Octal | 271 | 204 | 34 |
Decimal | 185 | 132 | 28 |
Hex | B9 | 84 | 1C |
Shades of #b9841c
Tints of #b9841c
RGB Percentages of Color #b9841c
CMYK Percentages of Color #b9841c
Complementary Color
#b9841c | #1c51b9 |
#b9841c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9841c Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9841c Color CSS Codes
.mybgcolor {background-color:#b9841c; } .myforecolor {color:#b9841c; } .mybordercolor {border:3px solid #b9841c; }
#b9841c Text Font Color
<p style="color:#b9841c">Text here</p>
This sample text font color is #b9841c
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.
#b9841c Background Color
<div style="background-color:#b9841c">
Div content here</div>
This div background color is #b9841c
#b9841c Border Color
<div style="border:3px solid #b9841c">
Div here</div>
This div border color is #b9841c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,132,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9841c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9841c; -webkit-box-shadow: 1px 1px 3px 2px #b9841c; box-shadow: 1px 1px 3px 2px #b9841c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,132,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9841c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9841c; -webkit-box-shadow: 1px 1px 3px 2px #b9841c; box-shadow: 1px 1px 3px 2px #b9841c;">
Div content here</div>
This div box has shadow with color #b9841c
Comments
No comments written yet.
Please login to write comment.