Shades of Husk #BC9D55
Tints of Husk #BC9D55
RGB
CMYK
RGB Variations
Color information
#BC9D55 (or 0xBC9D55) is known color: Husk. HEX triplet: BC, 9D and 55. RGB value is (188,157,85). Sum of RGB (Red+Green+Blue) = 188+157+85=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D55 is #4362AA. Grayscale: #9E9E9E. Windows color (decimal): -4416171 or 5610940. OLE color: 5610940.
HSL color Cylindrical-coordinate representation of color #BC9D55: hue angle of 41.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC9D55 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 85 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.26 |
| HSL | 41.94º | 0.43% | 0.54% | - |
| HSV(B) | 41.94º | 0.55% | 0.74% | - |
| XYZ | 34.44 | 35.46 | 13.62 | - |
| YUV | 158.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 85 | 0 | 0.16 | 0.55 | 0.26 | 41.94 | 0.43 | 0.54 |
| Hex | BC | 9D | 55 | 0 | 10 | 37 | 1A | 2A | 2B | 36 |
| Octal | 274 | 235 | 125 | 0 | 20 | 67 | 32 | 52 | 53 | 66 |
| Binary | 10111100 | 10011101 | 1010101 | 0 | 10000 | 110111 | 11010 | 101010 | 101011 | 110110 |
Color Harmonies of #BC9D55
Complementary color
Monochromatic Colors of #BC9D55
Black with #BC9D55
Text Example
Text Example
White with #BC9D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D55; }
p { color: rgb(188,157,85); }
H1.HeaderClassName
{
color: #BC9D55;
}
.AnyTagClassName
{
color: #BC9D55;
}
</style>
background-color css
<style>
a { background-color: #BC9D55; }
a { background-color: rgb(188,157,85); }
div.DivClassName
{
background-color: #BC9D55;
}
.BgClassName
{
background-color: #BC9D55;
}
</style>
border-color css
<style>
span { border-color: #BC9D55; }
span { border-color: rgb(188,157,85); }
td.TdClassName
{
border-color: #BC9D55;
}
.TagClassName
{
border-color: #BC9D55;
}
</style>