Shades of Husk #BCA04E
Tints of Husk #BCA04E
RGB
CMYK
RGB Variations
Color information
#BCA04E (or 0xBCA04E) is known color: Husk. HEX triplet: BC, A0 and 4E. RGB value is (188,160,78). Sum of RGB (Red+Green+Blue) = 188+160+78=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA04E is #435FB1. Grayscale: #9F9F9F. Windows color (decimal): -4415410 or 5152956. OLE color: 5152956.
HSL color Cylindrical-coordinate representation of color #BCA04E: hue angle of 44.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCA04E is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 78 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.26 |
| HSL | 44.73º | 0.45% | 0.52% | - |
| HSV(B) | 44.73º | 0.59% | 0.74% | - |
| XYZ | 34.68 | 36.38 | 12.4 | - |
| YUV | 159.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 78 | 0 | 0.15 | 0.59 | 0.26 | 44.73 | 0.45 | 0.52 |
| Hex | BC | A0 | 4E | 0 | F | 3B | 1A | 2D | 2D | 34 |
| Octal | 274 | 240 | 116 | 0 | 17 | 73 | 32 | 55 | 55 | 64 |
| Binary | 10111100 | 10100000 | 1001110 | 0 | 1111 | 111011 | 11010 | 101101 | 101101 | 110100 |
Color Harmonies of #BCA04E
Complementary color
Monochromatic Colors of #BCA04E
Black with #BCA04E
Text Example
Text Example
White with #BCA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA04E; }
p { color: rgb(188,160,78); }
H1.HeaderClassName
{
color: #BCA04E;
}
.AnyTagClassName
{
color: #BCA04E;
}
</style>
background-color css
<style>
a { background-color: #BCA04E; }
a { background-color: rgb(188,160,78); }
div.DivClassName
{
background-color: #BCA04E;
}
.BgClassName
{
background-color: #BCA04E;
}
</style>
border-color css
<style>
span { border-color: #BCA04E; }
span { border-color: rgb(188,160,78); }
td.TdClassName
{
border-color: #BCA04E;
}
.TagClassName
{
border-color: #BCA04E;
}
</style>