Shades of Husk #B59A48
Tints of Husk #B59A48
RGB
CMYK
RGB Variations
Color information
#B59A48 (or 0xB59A48) is known color: Husk. HEX triplet: B5, 9A and 48. RGB value is (181,154,72). Sum of RGB (Red+Green+Blue) = 181+154+72=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A48 is #4A65B7. Grayscale: #999999. Windows color (decimal): -4875704 or 4758197. OLE color: 4758197.
HSL color Cylindrical-coordinate representation of color #B59A48: hue angle of 45.14º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B59A48 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 72 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.29 |
| HSL | 45.14º | 0.43% | 0.5% | - |
| HSV(B) | 45.14º | 0.6% | 0.71% | - |
| XYZ | 31.78 | 33.4 | 10.9 | - |
| YUV | 152.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 72 | 0 | 0.15 | 0.60 | 0.29 | 45.14 | 0.43 | 0.5 |
| Hex | B5 | 9A | 48 | 0 | F | 3C | 1D | 2D | 2B | 32 |
| Octal | 265 | 232 | 110 | 0 | 17 | 74 | 35 | 55 | 53 | 62 |
| Binary | 10110101 | 10011010 | 1001000 | 0 | 1111 | 111100 | 11101 | 101101 | 101011 | 110010 |
Color Harmonies of #B59A48
Complementary color
Monochromatic Colors of #B59A48
Black with #B59A48
Text Example
Text Example
White with #B59A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A48; }
p { color: rgb(181,154,72); }
H1.HeaderClassName
{
color: #B59A48;
}
.AnyTagClassName
{
color: #B59A48;
}
</style>
background-color css
<style>
a { background-color: #B59A48; }
a { background-color: rgb(181,154,72); }
div.DivClassName
{
background-color: #B59A48;
}
.BgClassName
{
background-color: #B59A48;
}
</style>
border-color css
<style>
span { border-color: #B59A48; }
span { border-color: rgb(181,154,72); }
td.TdClassName
{
border-color: #B59A48;
}
.TagClassName
{
border-color: #B59A48;
}
</style>