Shades of Husk #BC9B4C
Tints of Husk #BC9B4C
RGB
CMYK
RGB Variations
Color information
#BC9B4C (or 0xBC9B4C) is known color: Husk. HEX triplet: BC, 9B and 4C. RGB value is (188,155,76). Sum of RGB (Red+Green+Blue) = 188+155+76=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B4C is #4364B3. Grayscale: #9C9C9C. Windows color (decimal): -4416692 or 5020604. OLE color: 5020604.
HSL color Cylindrical-coordinate representation of color #BC9B4C: hue angle of 42.32º 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 #BC9B4C is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 76 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.26 |
| HSL | 42.32º | 0.46% | 0.52% | - |
| HSV(B) | 42.32º | 0.6% | 0.74% | - |
| XYZ | 33.76 | 34.66 | 11.75 | - |
| YUV | 155.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 76 | 0 | 0.18 | 0.60 | 0.26 | 42.32 | 0.46 | 0.52 |
| Hex | BC | 9B | 4C | 0 | 12 | 3C | 1A | 2A | 2E | 34 |
| Octal | 274 | 233 | 114 | 0 | 22 | 74 | 32 | 52 | 56 | 64 |
| Binary | 10111100 | 10011011 | 1001100 | 0 | 10010 | 111100 | 11010 | 101010 | 101110 | 110100 |
Color Harmonies of #BC9B4C
Complementary color
Monochromatic Colors of #BC9B4C
Black with #BC9B4C
Text Example
Text Example
White with #BC9B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B4C; }
p { color: rgb(188,155,76); }
H1.HeaderClassName
{
color: #BC9B4C;
}
.AnyTagClassName
{
color: #BC9B4C;
}
</style>
background-color css
<style>
a { background-color: #BC9B4C; }
a { background-color: rgb(188,155,76); }
div.DivClassName
{
background-color: #BC9B4C;
}
.BgClassName
{
background-color: #BC9B4C;
}
</style>
border-color css
<style>
span { border-color: #BC9B4C; }
span { border-color: rgb(188,155,76); }
td.TdClassName
{
border-color: #BC9B4C;
}
.TagClassName
{
border-color: #BC9B4C;
}
</style>