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