Shades of Husk #BC9B51
Tints of Husk #BC9B51
RGB
CMYK
RGB Variations
Color information
#BC9B51 (or 0xBC9B51) is known color: Husk. HEX triplet: BC, 9B and 51. RGB value is (188,155,81). Sum of RGB (Red+Green+Blue) = 188+155+81=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B51 is #4364AE. Grayscale: #9C9C9C. Windows color (decimal): -4416687 or 5348284. OLE color: 5348284.
HSL color Cylindrical-coordinate representation of color #BC9B51: hue angle of 41.5º 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 #BC9B51 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 81 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.26 |
| HSL | 41.5º | 0.44% | 0.53% | - |
| HSV(B) | 41.5º | 0.57% | 0.74% | - |
| XYZ | 33.95 | 34.73 | 12.7 | - |
| YUV | 156.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 81 | 0 | 0.18 | 0.57 | 0.26 | 41.5 | 0.44 | 0.53 |
| Hex | BC | 9B | 51 | 0 | 12 | 39 | 1A | 29 | 2C | 35 |
| Octal | 274 | 233 | 121 | 0 | 22 | 71 | 32 | 51 | 54 | 65 |
| Binary | 10111100 | 10011011 | 1010001 | 0 | 10010 | 111001 | 11010 | 101001 | 101100 | 110101 |
Color Harmonies of #BC9B51
Complementary color
Monochromatic Colors of #BC9B51
Black with #BC9B51
Text Example
Text Example
White with #BC9B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B51; }
p { color: rgb(188,155,81); }
H1.HeaderClassName
{
color: #BC9B51;
}
.AnyTagClassName
{
color: #BC9B51;
}
</style>
background-color css
<style>
a { background-color: #BC9B51; }
a { background-color: rgb(188,155,81); }
div.DivClassName
{
background-color: #BC9B51;
}
.BgClassName
{
background-color: #BC9B51;
}
</style>
border-color css
<style>
span { border-color: #BC9B51; }
span { border-color: rgb(188,155,81); }
td.TdClassName
{
border-color: #BC9B51;
}
.TagClassName
{
border-color: #BC9B51;
}
</style>