Shades of Husk #BC9D52
Tints of Husk #BC9D52
RGB
CMYK
RGB Variations
Color information
#BC9D52 (or 0xBC9D52) is known color: Husk. HEX triplet: BC, 9D and 52. RGB value is (188,157,82). Sum of RGB (Red+Green+Blue) = 188+157+82=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D52 is #4362AD. Grayscale: #9E9E9E. Windows color (decimal): -4416174 or 5414332. OLE color: 5414332.
HSL color Cylindrical-coordinate representation of color #BC9D52: hue angle of 42.45º 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 #BC9D52 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 82 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.26 |
| HSL | 42.45º | 0.44% | 0.53% | - |
| HSV(B) | 42.45º | 0.56% | 0.74% | - |
| XYZ | 34.32 | 35.41 | 13.01 | - |
| YUV | 157.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 82 | 0 | 0.16 | 0.56 | 0.26 | 42.45 | 0.44 | 0.53 |
| Hex | BC | 9D | 52 | 0 | 10 | 38 | 1A | 2A | 2C | 35 |
| Octal | 274 | 235 | 122 | 0 | 20 | 70 | 32 | 52 | 54 | 65 |
| Binary | 10111100 | 10011101 | 1010010 | 0 | 10000 | 111000 | 11010 | 101010 | 101100 | 110101 |
Color Harmonies of #BC9D52
Complementary color
Monochromatic Colors of #BC9D52
Black with #BC9D52
Text Example
Text Example
White with #BC9D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D52; }
p { color: rgb(188,157,82); }
H1.HeaderClassName
{
color: #BC9D52;
}
.AnyTagClassName
{
color: #BC9D52;
}
</style>
background-color css
<style>
a { background-color: #BC9D52; }
a { background-color: rgb(188,157,82); }
div.DivClassName
{
background-color: #BC9D52;
}
.BgClassName
{
background-color: #BC9D52;
}
</style>
border-color css
<style>
span { border-color: #BC9D52; }
span { border-color: rgb(188,157,82); }
td.TdClassName
{
border-color: #BC9D52;
}
.TagClassName
{
border-color: #BC9D52;
}
</style>