Shades of Husk #BC9E53
Tints of Husk #BC9E53
RGB
CMYK
RGB Variations
Color information
#BC9E53 (or 0xBC9E53) is known color: Husk. HEX triplet: BC, 9E and 53. RGB value is (188,158,83). Sum of RGB (Red+Green+Blue) = 188+158+83=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E53 is #4361AC. Grayscale: #9E9E9E. Windows color (decimal): -4415917 or 5480124. OLE color: 5480124.
HSL color Cylindrical-coordinate representation of color #BC9E53: hue angle of 42.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC9E53 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 83 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.26 |
| HSL | 42.86º | 0.44% | 0.53% | - |
| HSV(B) | 42.86º | 0.56% | 0.74% | - |
| XYZ | 34.53 | 35.77 | 13.27 | - |
| YUV | 158.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 83 | 0 | 0.16 | 0.56 | 0.26 | 42.86 | 0.44 | 0.53 |
| Hex | BC | 9E | 53 | 0 | 10 | 38 | 1A | 2B | 2C | 35 |
| Octal | 274 | 236 | 123 | 0 | 20 | 70 | 32 | 53 | 54 | 65 |
| Binary | 10111100 | 10011110 | 1010011 | 0 | 10000 | 111000 | 11010 | 101011 | 101100 | 110101 |
Color Harmonies of #BC9E53
Complementary color
Monochromatic Colors of #BC9E53
Black with #BC9E53
Text Example
Text Example
White with #BC9E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E53; }
p { color: rgb(188,158,83); }
H1.HeaderClassName
{
color: #BC9E53;
}
.AnyTagClassName
{
color: #BC9E53;
}
</style>
background-color css
<style>
a { background-color: #BC9E53; }
a { background-color: rgb(188,158,83); }
div.DivClassName
{
background-color: #BC9E53;
}
.BgClassName
{
background-color: #BC9E53;
}
</style>
border-color css
<style>
span { border-color: #BC9E53; }
span { border-color: rgb(188,158,83); }
td.TdClassName
{
border-color: #BC9E53;
}
.TagClassName
{
border-color: #BC9E53;
}
</style>