Shades of Husk #BC9D4E
Tints of Husk #BC9D4E
RGB
CMYK
RGB Variations
Color information
#BC9D4E (or 0xBC9D4E) is known color: Husk. HEX triplet: BC, 9D and 4E. RGB value is (188,157,78). Sum of RGB (Red+Green+Blue) = 188+157+78=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D4E is #4362B1. Grayscale: #9D9D9D. Windows color (decimal): -4416178 or 5152188. OLE color: 5152188.
HSL color Cylindrical-coordinate representation of color #BC9D4E: hue angle of 43.09º degrees, saturation: 0.45, 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 #BC9D4E is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 78 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.26 |
| HSL | 43.09º | 0.45% | 0.52% | - |
| HSV(B) | 43.09º | 0.59% | 0.74% | - |
| XYZ | 34.17 | 35.36 | 12.23 | - |
| YUV | 157.26 | 83.27 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 78 | 0 | 0.16 | 0.59 | 0.26 | 43.09 | 0.45 | 0.52 |
| Hex | BC | 9D | 4E | 0 | 10 | 3B | 1A | 2B | 2D | 34 |
| Octal | 274 | 235 | 116 | 0 | 20 | 73 | 32 | 53 | 55 | 64 |
| Binary | 10111100 | 10011101 | 1001110 | 0 | 10000 | 111011 | 11010 | 101011 | 101101 | 110100 |
Color Harmonies of #BC9D4E
Complementary color
Monochromatic Colors of #BC9D4E
Black with #BC9D4E
Text Example
Text Example
White with #BC9D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D4E; }
p { color: rgb(188,157,78); }
H1.HeaderClassName
{
color: #BC9D4E;
}
.AnyTagClassName
{
color: #BC9D4E;
}
</style>
background-color css
<style>
a { background-color: #BC9D4E; }
a { background-color: rgb(188,157,78); }
div.DivClassName
{
background-color: #BC9D4E;
}
.BgClassName
{
background-color: #BC9D4E;
}
</style>
border-color css
<style>
span { border-color: #BC9D4E; }
span { border-color: rgb(188,157,78); }
td.TdClassName
{
border-color: #BC9D4E;
}
.TagClassName
{
border-color: #BC9D4E;
}
</style>