Shades of Husk #BCA04C
Tints of Husk #BCA04C
RGB
CMYK
RGB Variations
Color information
#BCA04C (or 0xBCA04C) is known color: Husk. HEX triplet: BC, A0 and 4C. RGB value is (188,160,76). Sum of RGB (Red+Green+Blue) = 188+160+76=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA04C is #435FB3. Grayscale: #9F9F9F. Windows color (decimal): -4415412 or 5021884. OLE color: 5021884.
HSL color Cylindrical-coordinate representation of color #BCA04C: hue angle of 45º 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 #BCA04C is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 76 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.26 |
| HSL | 45º | 0.46% | 0.52% | - |
| HSV(B) | 45º | 0.6% | 0.74% | - |
| XYZ | 34.61 | 36.35 | 12.03 | - |
| YUV | 158.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 76 | 0 | 0.15 | 0.60 | 0.26 | 45 | 0.46 | 0.52 |
| Hex | BC | A0 | 4C | 0 | F | 3C | 1A | 2D | 2E | 34 |
| Octal | 274 | 240 | 114 | 0 | 17 | 74 | 32 | 55 | 56 | 64 |
| Binary | 10111100 | 10100000 | 1001100 | 0 | 1111 | 111100 | 11010 | 101101 | 101110 | 110100 |
Color Harmonies of #BCA04C
Complementary color
Monochromatic Colors of #BCA04C
Black with #BCA04C
Text Example
Text Example
White with #BCA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA04C; }
p { color: rgb(188,160,76); }
H1.HeaderClassName
{
color: #BCA04C;
}
.AnyTagClassName
{
color: #BCA04C;
}
</style>
background-color css
<style>
a { background-color: #BCA04C; }
a { background-color: rgb(188,160,76); }
div.DivClassName
{
background-color: #BCA04C;
}
.BgClassName
{
background-color: #BCA04C;
}
</style>
border-color css
<style>
span { border-color: #BCA04C; }
span { border-color: rgb(188,160,76); }
td.TdClassName
{
border-color: #BCA04C;
}
.TagClassName
{
border-color: #BCA04C;
}
</style>