Shades of Husk #B59D4D
Tints of Husk #B59D4D
RGB
CMYK
RGB Variations
Color information
#B59D4D (or 0xB59D4D) is known color: Husk. HEX triplet: B5, 9D and 4D. RGB value is (181,157,77). Sum of RGB (Red+Green+Blue) = 181+157+77=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59D4D is #4A62B2. Grayscale: #9B9B9B. Windows color (decimal): -4874931 or 5086645. OLE color: 5086645.
HSL color Cylindrical-coordinate representation of color #B59D4D: hue angle of 46.15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B59D4D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 77 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.29 |
| HSL | 46.15º | 0.41% | 0.51% | - |
| HSV(B) | 46.15º | 0.57% | 0.71% | - |
| XYZ | 32.45 | 34.47 | 11.96 | - |
| YUV | 155.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 77 | 0 | 0.13 | 0.57 | 0.29 | 46.15 | 0.41 | 0.51 |
| Hex | B5 | 9D | 4D | 0 | D | 39 | 1D | 2E | 29 | 33 |
| Octal | 265 | 235 | 115 | 0 | 15 | 71 | 35 | 56 | 51 | 63 |
| Binary | 10110101 | 10011101 | 1001101 | 0 | 1101 | 111001 | 11101 | 101110 | 101001 | 110011 |
Color Harmonies of #B59D4D
Complementary color
Monochromatic Colors of #B59D4D
Black with #B59D4D
Text Example
Text Example
White with #B59D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D4D; }
p { color: rgb(181,157,77); }
H1.HeaderClassName
{
color: #B59D4D;
}
.AnyTagClassName
{
color: #B59D4D;
}
</style>
background-color css
<style>
a { background-color: #B59D4D; }
a { background-color: rgb(181,157,77); }
div.DivClassName
{
background-color: #B59D4D;
}
.BgClassName
{
background-color: #B59D4D;
}
</style>
border-color css
<style>
span { border-color: #B59D4D; }
span { border-color: rgb(181,157,77); }
td.TdClassName
{
border-color: #B59D4D;
}
.TagClassName
{
border-color: #B59D4D;
}
</style>