Shades of Husk #BC9D51
Tints of Husk #BC9D51
RGB
CMYK
RGB Variations
Color information
#BC9D51 (or 0xBC9D51) is known color: Husk. HEX triplet: BC, 9D and 51. RGB value is (188,157,81). Sum of RGB (Red+Green+Blue) = 188+157+81=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D51 is #4362AE. Grayscale: #9D9D9D. Windows color (decimal): -4416175 or 5348796. OLE color: 5348796.
HSL color Cylindrical-coordinate representation of color #BC9D51: hue angle of 42.62º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC9D51 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 81 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.26 |
| HSL | 42.62º | 0.44% | 0.53% | - |
| HSV(B) | 42.62º | 0.57% | 0.74% | - |
| XYZ | 34.28 | 35.4 | 12.81 | - |
| YUV | 157.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 81 | 0 | 0.16 | 0.57 | 0.26 | 42.62 | 0.44 | 0.53 |
| Hex | BC | 9D | 51 | 0 | 10 | 39 | 1A | 2B | 2C | 35 |
| Octal | 274 | 235 | 121 | 0 | 20 | 71 | 32 | 53 | 54 | 65 |
| Binary | 10111100 | 10011101 | 1010001 | 0 | 10000 | 111001 | 11010 | 101011 | 101100 | 110101 |
Color Harmonies of #BC9D51
Complementary color
Monochromatic Colors of #BC9D51
Black with #BC9D51
Text Example
Text Example
White with #BC9D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D51; }
p { color: rgb(188,157,81); }
H1.HeaderClassName
{
color: #BC9D51;
}
.AnyTagClassName
{
color: #BC9D51;
}
</style>
background-color css
<style>
a { background-color: #BC9D51; }
a { background-color: rgb(188,157,81); }
div.DivClassName
{
background-color: #BC9D51;
}
.BgClassName
{
background-color: #BC9D51;
}
</style>
border-color css
<style>
span { border-color: #BC9D51; }
span { border-color: rgb(188,157,81); }
td.TdClassName
{
border-color: #BC9D51;
}
.TagClassName
{
border-color: #BC9D51;
}
</style>