Shades of Husk #BCA04A
Tints of Husk #BCA04A
RGB
CMYK
RGB Variations
Color information
#BCA04A (or 0xBCA04A) is known color: Husk. HEX triplet: BC, A0 and 4A. RGB value is (188,160,74). Sum of RGB (Red+Green+Blue) = 188+160+74=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA04A is #435FB5. Grayscale: #9E9E9E. Windows color (decimal): -4415414 or 4890812. OLE color: 4890812.
HSL color Cylindrical-coordinate representation of color #BCA04A: hue angle of 45.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCA04A is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 74 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.26 |
| HSL | 45.26º | 0.46% | 0.51% | - |
| HSV(B) | 45.26º | 0.61% | 0.74% | - |
| XYZ | 34.55 | 36.33 | 11.67 | - |
| YUV | 158.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 74 | 0 | 0.15 | 0.61 | 0.26 | 45.26 | 0.46 | 0.51 |
| Hex | BC | A0 | 4A | 0 | F | 3D | 1A | 2D | 2E | 33 |
| Octal | 274 | 240 | 112 | 0 | 17 | 75 | 32 | 55 | 56 | 63 |
| Binary | 10111100 | 10100000 | 1001010 | 0 | 1111 | 111101 | 11010 | 101101 | 101110 | 110011 |
Color Harmonies of #BCA04A
Complementary color
Monochromatic Colors of #BCA04A
Black with #BCA04A
Text Example
Text Example
White with #BCA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA04A; }
p { color: rgb(188,160,74); }
H1.HeaderClassName
{
color: #BCA04A;
}
.AnyTagClassName
{
color: #BCA04A;
}
</style>
background-color css
<style>
a { background-color: #BCA04A; }
a { background-color: rgb(188,160,74); }
div.DivClassName
{
background-color: #BCA04A;
}
.BgClassName
{
background-color: #BCA04A;
}
</style>
border-color css
<style>
span { border-color: #BCA04A; }
span { border-color: rgb(188,160,74); }
td.TdClassName
{
border-color: #BCA04A;
}
.TagClassName
{
border-color: #BCA04A;
}
</style>