Shades of Husk #BC9A4C
Tints of Husk #BC9A4C
RGB
CMYK
RGB Variations
Color information
#BC9A4C (or 0xBC9A4C) is known color: Husk. HEX triplet: BC, 9A and 4C. RGB value is (188,154,76). Sum of RGB (Red+Green+Blue) = 188+154+76=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A4C is #4365B3. Grayscale: #9B9B9B. Windows color (decimal): -4416948 or 5020348. OLE color: 5020348.
HSL color Cylindrical-coordinate representation of color #BC9A4C: hue angle of 41.79º 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 #BC9A4C is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 76 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.26 |
| HSL | 41.79º | 0.46% | 0.52% | - |
| HSV(B) | 41.79º | 0.6% | 0.74% | - |
| XYZ | 33.6 | 34.32 | 11.69 | - |
| YUV | 155.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 76 | 0 | 0.18 | 0.60 | 0.26 | 41.79 | 0.46 | 0.52 |
| Hex | BC | 9A | 4C | 0 | 12 | 3C | 1A | 2A | 2E | 34 |
| Octal | 274 | 232 | 114 | 0 | 22 | 74 | 32 | 52 | 56 | 64 |
| Binary | 10111100 | 10011010 | 1001100 | 0 | 10010 | 111100 | 11010 | 101010 | 101110 | 110100 |
Color Harmonies of #BC9A4C
Complementary color
Monochromatic Colors of #BC9A4C
Black with #BC9A4C
Text Example
Text Example
White with #BC9A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A4C; }
p { color: rgb(188,154,76); }
H1.HeaderClassName
{
color: #BC9A4C;
}
.AnyTagClassName
{
color: #BC9A4C;
}
</style>
background-color css
<style>
a { background-color: #BC9A4C; }
a { background-color: rgb(188,154,76); }
div.DivClassName
{
background-color: #BC9A4C;
}
.BgClassName
{
background-color: #BC9A4C;
}
</style>
border-color css
<style>
span { border-color: #BC9A4C; }
span { border-color: rgb(188,154,76); }
td.TdClassName
{
border-color: #BC9A4C;
}
.TagClassName
{
border-color: #BC9A4C;
}
</style>