Shades of Husk #BCA047
Tints of Husk #BCA047
RGB
CMYK
RGB Variations
Color information
#BCA047 (or 0xBCA047) is known color: Husk. HEX triplet: BC, A0 and 47. RGB value is (188,160,71). Sum of RGB (Red+Green+Blue) = 188+160+71=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA047 is #435FB8. Grayscale: #9E9E9E. Windows color (decimal): -4415417 or 4694204. OLE color: 4694204.
HSL color Cylindrical-coordinate representation of color #BCA047: hue angle of 45.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCA047 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 71 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.26 |
| HSL | 45.64º | 0.47% | 0.51% | - |
| HSV(B) | 45.64º | 0.62% | 0.74% | - |
| XYZ | 34.45 | 36.29 | 11.15 | - |
| YUV | 158.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 71 | 0 | 0.15 | 0.62 | 0.26 | 45.64 | 0.47 | 0.51 |
| Hex | BC | A0 | 47 | 0 | F | 3E | 1A | 2E | 2F | 33 |
| Octal | 274 | 240 | 107 | 0 | 17 | 76 | 32 | 56 | 57 | 63 |
| Binary | 10111100 | 10100000 | 1000111 | 0 | 1111 | 111110 | 11010 | 101110 | 101111 | 110011 |
Color Harmonies of #BCA047
Complementary color
Monochromatic Colors of #BCA047
Black with #BCA047
Text Example
Text Example
White with #BCA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA047; }
p { color: rgb(188,160,71); }
H1.HeaderClassName
{
color: #BCA047;
}
.AnyTagClassName
{
color: #BCA047;
}
</style>
background-color css
<style>
a { background-color: #BCA047; }
a { background-color: rgb(188,160,71); }
div.DivClassName
{
background-color: #BCA047;
}
.BgClassName
{
background-color: #BCA047;
}
</style>
border-color css
<style>
span { border-color: #BCA047; }
span { border-color: rgb(188,160,71); }
td.TdClassName
{
border-color: #BCA047;
}
.TagClassName
{
border-color: #BCA047;
}
</style>