Shades of Husk #B59C4A
Tints of Husk #B59C4A
RGB
CMYK
RGB Variations
Color information
#B59C4A (or 0xB59C4A) is known color: Husk. HEX triplet: B5, 9C and 4A. RGB value is (181,156,74). Sum of RGB (Red+Green+Blue) = 181+156+74=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C4A is #4A63B5. Grayscale: #9A9A9A. Windows color (decimal): -4875190 or 4889781. OLE color: 4889781.
HSL color Cylindrical-coordinate representation of color #B59C4A: hue angle of 45.98º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B59C4A is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 74 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.29 |
| HSL | 45.98º | 0.42% | 0.5% | - |
| HSV(B) | 45.98º | 0.59% | 0.71% | - |
| XYZ | 32.18 | 34.1 | 11.36 | - |
| YUV | 154.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 74 | 0 | 0.14 | 0.59 | 0.29 | 45.98 | 0.42 | 0.5 |
| Hex | B5 | 9C | 4A | 0 | E | 3B | 1D | 2E | 2A | 32 |
| Octal | 265 | 234 | 112 | 0 | 16 | 73 | 35 | 56 | 52 | 62 |
| Binary | 10110101 | 10011100 | 1001010 | 0 | 1110 | 111011 | 11101 | 101110 | 101010 | 110010 |
Color Harmonies of #B59C4A
Complementary color
Monochromatic Colors of #B59C4A
Black with #B59C4A
Text Example
Text Example
White with #B59C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C4A; }
p { color: rgb(181,156,74); }
H1.HeaderClassName
{
color: #B59C4A;
}
.AnyTagClassName
{
color: #B59C4A;
}
</style>
background-color css
<style>
a { background-color: #B59C4A; }
a { background-color: rgb(181,156,74); }
div.DivClassName
{
background-color: #B59C4A;
}
.BgClassName
{
background-color: #B59C4A;
}
</style>
border-color css
<style>
span { border-color: #B59C4A; }
span { border-color: rgb(181,156,74); }
td.TdClassName
{
border-color: #B59C4A;
}
.TagClassName
{
border-color: #B59C4A;
}
</style>