Color spaces of #b6a847
RGB | 182 | 168 | 71 |
---|---|---|---|
HSL | 0.15 | 0.44 | 0.50 |
HSV | 52° | 61° | 71° |
CMYK | 0.00 | 0.08 | 0.61 0.29 |
XYZ | 34.4314 | 38.4053 | 11.5595 |
Yxy | 38.4053 | 0.4080 | 0.4551 |
Hunter Lab | 61.9720 | -9.2771 | 32.3212 |
CIE-Lab | 68.3183 | -7.0099 | 50.6750 |
#b6a847 color RGB value is (182,168,71).
#b6a847 hex color red value is 182, green value is 168 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b6a847 hue: 0.15 , saturation: 0.44 and the lightness value of b6a847 is 0.50.
The process color (four color CMYK) of #b6a847 color hex is 0.00, 0.08, 0.61, 0.29. Web safe color of #b6a847 is #cc9933. Color #b6a847 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10101000 | 01000111 |
Octal | 266 | 250 | 107 |
Decimal | 182 | 168 | 71 |
Hex | B6 | A8 | 47 |
Shades of #b6a847
Tints of #b6a847
RGB Percentages of Color #b6a847
CMYK Percentages of Color #b6a847
Complementary Color
#b6a847 | #4755b6 |
#b6a847 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6a847 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6a847 Color CSS Codes
.mybgcolor {background-color:#b6a847; } .myforecolor {color:#b6a847; } .mybordercolor {border:3px solid #b6a847; }
#b6a847 Text Font Color
<p style="color:#b6a847">Text here</p>
This sample text font color is #b6a847
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.
#b6a847 Background Color
<div style="background-color:#b6a847">
Div content here</div>
This div background color is #b6a847
#b6a847 Border Color
<div style="border:3px solid #b6a847">
Div here</div>
This div border color is #b6a847
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,168,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6a847; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6a847; -webkit-box-shadow: 1px 1px 3px 2px #b6a847; box-shadow: 1px 1px 3px 2px #b6a847; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,168,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6a847">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6a847; -webkit-box-shadow: 1px 1px 3px 2px #b6a847; box-shadow: 1px 1px 3px 2px #b6a847;">
Div content here</div>
This div box has shadow with color #b6a847
Comments
No comments written yet.
Please login to write comment.