Shades of Husk #BC9D4B
Tints of Husk #BC9D4B
RGB
CMYK
RGB Variations
Color information
#BC9D4B (or 0xBC9D4B) is known color: Husk. HEX triplet: BC, 9D and 4B. RGB value is (188,157,75). Sum of RGB (Red+Green+Blue) = 188+157+75=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D4B is #4362B4. Grayscale: #9D9D9D. Windows color (decimal): -4416181 or 4955580. OLE color: 4955580.
HSL color Cylindrical-coordinate representation of color #BC9D4B: hue angle of 43.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC9D4B is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 75 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.26 |
| HSL | 43.54º | 0.46% | 0.52% | - |
| HSV(B) | 43.54º | 0.6% | 0.74% | - |
| XYZ | 34.07 | 35.31 | 11.68 | - |
| YUV | 156.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 75 | 0 | 0.16 | 0.60 | 0.26 | 43.54 | 0.46 | 0.52 |
| Hex | BC | 9D | 4B | 0 | 10 | 3C | 1A | 2C | 2E | 34 |
| Octal | 274 | 235 | 113 | 0 | 20 | 74 | 32 | 54 | 56 | 64 |
| Binary | 10111100 | 10011101 | 1001011 | 0 | 10000 | 111100 | 11010 | 101100 | 101110 | 110100 |
Color Harmonies of #BC9D4B
Complementary color
Monochromatic Colors of #BC9D4B
Black with #BC9D4B
Text Example
Text Example
White with #BC9D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D4B; }
p { color: rgb(188,157,75); }
H1.HeaderClassName
{
color: #BC9D4B;
}
.AnyTagClassName
{
color: #BC9D4B;
}
</style>
background-color css
<style>
a { background-color: #BC9D4B; }
a { background-color: rgb(188,157,75); }
div.DivClassName
{
background-color: #BC9D4B;
}
.BgClassName
{
background-color: #BC9D4B;
}
</style>
border-color css
<style>
span { border-color: #BC9D4B; }
span { border-color: rgb(188,157,75); }
td.TdClassName
{
border-color: #BC9D4B;
}
.TagClassName
{
border-color: #BC9D4B;
}
</style>