Shades of Husk #BD9D4D
Tints of Husk #BD9D4D
RGB
CMYK
RGB Variations
Color information
#BD9D4D (or 0xBD9D4D) is known color: Husk. HEX triplet: BD, 9D and 4D. RGB value is (189,157,77). Sum of RGB (Red+Green+Blue) = 189+157+77=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D4D is #4262B2. Grayscale: #9D9D9D. Windows color (decimal): -4350643 or 5086653. OLE color: 5086653.
HSL color Cylindrical-coordinate representation of color #BD9D4D: hue angle of 42.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD9D4D is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 77 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.26 |
| HSL | 42.86º | 0.46% | 0.52% | - |
| HSV(B) | 42.86º | 0.59% | 0.74% | - |
| XYZ | 34.38 | 35.47 | 12.06 | - |
| YUV | 157.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 77 | 0 | 0.17 | 0.59 | 0.26 | 42.86 | 0.46 | 0.52 |
| Hex | BD | 9D | 4D | 0 | 11 | 3B | 1A | 2B | 2E | 34 |
| Octal | 275 | 235 | 115 | 0 | 21 | 73 | 32 | 53 | 56 | 64 |
| Binary | 10111101 | 10011101 | 1001101 | 0 | 10001 | 111011 | 11010 | 101011 | 101110 | 110100 |
Color Harmonies of #BD9D4D
Complementary color
Monochromatic Colors of #BD9D4D
Black with #BD9D4D
Text Example
Text Example
White with #BD9D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D4D; }
p { color: rgb(189,157,77); }
H1.HeaderClassName
{
color: #BD9D4D;
}
.AnyTagClassName
{
color: #BD9D4D;
}
</style>
background-color css
<style>
a { background-color: #BD9D4D; }
a { background-color: rgb(189,157,77); }
div.DivClassName
{
background-color: #BD9D4D;
}
.BgClassName
{
background-color: #BD9D4D;
}
</style>
border-color css
<style>
span { border-color: #BD9D4D; }
span { border-color: rgb(189,157,77); }
td.TdClassName
{
border-color: #BD9D4D;
}
.TagClassName
{
border-color: #BD9D4D;
}
</style>