Shades of Husk #BC9E50
Tints of Husk #BC9E50
RGB
CMYK
RGB Variations
Color information
#BC9E50 (or 0xBC9E50) is known color: Husk. HEX triplet: BC, 9E and 50. RGB value is (188,158,80). Sum of RGB (Red+Green+Blue) = 188+158+80=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E50 is #4361AF. Grayscale: #9E9E9E. Windows color (decimal): -4415920 or 5283516. OLE color: 5283516.
HSL color Cylindrical-coordinate representation of color #BC9E50: hue angle of 43.33º degrees, saturation: 0.45, 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 #BC9E50 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 80 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.26 |
| HSL | 43.33º | 0.45% | 0.53% | - |
| HSV(B) | 43.33º | 0.57% | 0.74% | - |
| XYZ | 34.41 | 35.72 | 12.67 | - |
| YUV | 158.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 80 | 0 | 0.16 | 0.57 | 0.26 | 43.33 | 0.45 | 0.53 |
| Hex | BC | 9E | 50 | 0 | 10 | 39 | 1A | 2B | 2D | 35 |
| Octal | 274 | 236 | 120 | 0 | 20 | 71 | 32 | 53 | 55 | 65 |
| Binary | 10111100 | 10011110 | 1010000 | 0 | 10000 | 111001 | 11010 | 101011 | 101101 | 110101 |
Color Harmonies of #BC9E50
Complementary color
Monochromatic Colors of #BC9E50
Black with #BC9E50
Text Example
Text Example
White with #BC9E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E50; }
p { color: rgb(188,158,80); }
H1.HeaderClassName
{
color: #BC9E50;
}
.AnyTagClassName
{
color: #BC9E50;
}
</style>
background-color css
<style>
a { background-color: #BC9E50; }
a { background-color: rgb(188,158,80); }
div.DivClassName
{
background-color: #BC9E50;
}
.BgClassName
{
background-color: #BC9E50;
}
</style>
border-color css
<style>
span { border-color: #BC9E50; }
span { border-color: rgb(188,158,80); }
td.TdClassName
{
border-color: #BC9E50;
}
.TagClassName
{
border-color: #BC9E50;
}
</style>