Shades of Husk #B59E54
Tints of Husk #B59E54
RGB
CMYK
RGB Variations
Color information
#B59E54 (or 0xB59E54) is known color: Husk. HEX triplet: B5, 9E and 54. RGB value is (181,158,84). Sum of RGB (Red+Green+Blue) = 181+158+84=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59E54 is #4A61AB. Grayscale: #9C9C9C. Windows color (decimal): -4874668 or 5545653. OLE color: 5545653.
HSL color Cylindrical-coordinate representation of color #B59E54: hue angle of 45.77º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B59E54 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 158 | 84 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.29 |
| HSL | 45.77º | 0.4% | 0.52% | - |
| HSV(B) | 45.77º | 0.54% | 0.71% | - |
| XYZ | 32.88 | 34.92 | 13.39 | - |
| YUV | 156.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 158 | 84 | 0 | 0.13 | 0.54 | 0.29 | 45.77 | 0.4 | 0.52 |
| Hex | B5 | 9E | 54 | 0 | D | 36 | 1D | 2E | 28 | 34 |
| Octal | 265 | 236 | 124 | 0 | 15 | 66 | 35 | 56 | 50 | 64 |
| Binary | 10110101 | 10011110 | 1010100 | 0 | 1101 | 110110 | 11101 | 101110 | 101000 | 110100 |
Color Harmonies of #B59E54
Complementary color
Monochromatic Colors of #B59E54
Black with #B59E54
Text Example
Text Example
White with #B59E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59E54; }
p { color: rgb(181,158,84); }
H1.HeaderClassName
{
color: #B59E54;
}
.AnyTagClassName
{
color: #B59E54;
}
</style>
background-color css
<style>
a { background-color: #B59E54; }
a { background-color: rgb(181,158,84); }
div.DivClassName
{
background-color: #B59E54;
}
.BgClassName
{
background-color: #B59E54;
}
</style>
border-color css
<style>
span { border-color: #B59E54; }
span { border-color: rgb(181,158,84); }
td.TdClassName
{
border-color: #B59E54;
}
.TagClassName
{
border-color: #B59E54;
}
</style>