Color spaces of #b6a84d
RGB | 182 | 168 | 77 |
---|---|---|---|
HSL | 0.14 | 0.42 | 0.51 |
HSV | 52° | 58° | 71° |
CMYK | 0.00 | 0.08 | 0.58 0.29 |
XYZ | 34.6336 | 38.4862 | 12.6244 |
Yxy | 38.4862 | 0.4039 | 0.4488 |
Hunter Lab | 62.0372 | -8.9138 | 31.3607 |
CIE-Lab | 68.3774 | -6.5685 | 47.9539 |
#b6a84d color RGB value is (182,168,77).
#b6a84d hex color red value is 182, green value is 168 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b6a84d hue: 0.14 , saturation: 0.42 and the lightness value of b6a84d is 0.51.
The process color (four color CMYK) of #b6a84d color hex is 0.00, 0.08, 0.58, 0.29. Web safe color of #b6a84d is #cc9966. Color #b6a84d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10101000 | 01001101 |
Octal | 266 | 250 | 115 |
Decimal | 182 | 168 | 77 |
Hex | B6 | A8 | 4D |
Shades of #b6a84d
Tints of #b6a84d
RGB Percentages of Color #b6a84d
CMYK Percentages of Color #b6a84d
Complementary Color
#b6a84d | #4d5bb6 |
#b6a84d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6a84d Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6a84d Color CSS Codes
.mybgcolor {background-color:#b6a84d; } .myforecolor {color:#b6a84d; } .mybordercolor {border:3px solid #b6a84d; }
#b6a84d Text Font Color
<p style="color:#b6a84d">Text here</p>
This sample text font color is #b6a84d
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.
#b6a84d Background Color
<div style="background-color:#b6a84d">
Div content here</div>
This div background color is #b6a84d
#b6a84d Border Color
<div style="border:3px solid #b6a84d">
Div here</div>
This div border color is #b6a84d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,168,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6a84d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6a84d; -webkit-box-shadow: 1px 1px 3px 2px #b6a84d; box-shadow: 1px 1px 3px 2px #b6a84d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,168,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6a84d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6a84d; -webkit-box-shadow: 1px 1px 3px 2px #b6a84d; box-shadow: 1px 1px 3px 2px #b6a84d;">
Div content here</div>
This div box has shadow with color #b6a84d
Comments
No comments written yet.
Please login to write comment.