Shades of Husk #BC9F4C
Tints of Husk #BC9F4C
RGB
CMYK
RGB Variations
Color information
#BC9F4C (or 0xBC9F4C) is known color: Husk. HEX triplet: BC, 9F and 4C. RGB value is (188,159,76). Sum of RGB (Red+Green+Blue) = 188+159+76=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F4C is #4360B3. Grayscale: #9E9E9E. Windows color (decimal): -4415668 or 5021628. OLE color: 5021628.
HSL color Cylindrical-coordinate representation of color #BC9F4C: hue angle of 44.46º 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 #BC9F4C is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 76 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.26 |
| HSL | 44.46º | 0.46% | 0.52% | - |
| HSV(B) | 44.46º | 0.6% | 0.74% | - |
| XYZ | 34.44 | 36.01 | 11.97 | - |
| YUV | 158.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 76 | 0 | 0.15 | 0.60 | 0.26 | 44.46 | 0.46 | 0.52 |
| Hex | BC | 9F | 4C | 0 | F | 3C | 1A | 2C | 2E | 34 |
| Octal | 274 | 237 | 114 | 0 | 17 | 74 | 32 | 54 | 56 | 64 |
| Binary | 10111100 | 10011111 | 1001100 | 0 | 1111 | 111100 | 11010 | 101100 | 101110 | 110100 |
Color Harmonies of #BC9F4C
Complementary color
Monochromatic Colors of #BC9F4C
Black with #BC9F4C
Text Example
Text Example
White with #BC9F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F4C; }
p { color: rgb(188,159,76); }
H1.HeaderClassName
{
color: #BC9F4C;
}
.AnyTagClassName
{
color: #BC9F4C;
}
</style>
background-color css
<style>
a { background-color: #BC9F4C; }
a { background-color: rgb(188,159,76); }
div.DivClassName
{
background-color: #BC9F4C;
}
.BgClassName
{
background-color: #BC9F4C;
}
</style>
border-color css
<style>
span { border-color: #BC9F4C; }
span { border-color: rgb(188,159,76); }
td.TdClassName
{
border-color: #BC9F4C;
}
.TagClassName
{
border-color: #BC9F4C;
}
</style>