Shades of Husk #B19F59
Tints of Husk #B19F59
RGB
CMYK
RGB Variations
Color information
#B19F59 (or 0xB19F59) is known color: Husk. HEX triplet: B1, 9F and 59. RGB value is (177,159,89). Sum of RGB (Red+Green+Blue) = 177+159+89=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F59 is #4E60A6. Grayscale: #9C9C9C. Windows color (decimal): -5136551 or 5873585. OLE color: 5873585.
HSL color Cylindrical-coordinate representation of color #B19F59: hue angle of 47.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B19F59 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 89 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.31 |
| HSL | 47.73º | 0.36% | 0.52% | - |
| HSV(B) | 47.73º | 0.5% | 0.69% | - |
| XYZ | 32.33 | 34.86 | 14.48 | - |
| YUV | 156.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 89 | 0 | 0.10 | 0.50 | 0.31 | 47.73 | 0.36 | 0.52 |
| Hex | B1 | 9F | 59 | 0 | A | 32 | 1F | 30 | 24 | 34 |
| Octal | 261 | 237 | 131 | 0 | 12 | 62 | 37 | 60 | 44 | 64 |
| Binary | 10110001 | 10011111 | 1011001 | 0 | 1010 | 110010 | 11111 | 110000 | 100100 | 110100 |
Color Harmonies of #B19F59
Complementary color
Monochromatic Colors of #B19F59
Black with #B19F59
Text Example
Text Example
White with #B19F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F59; }
p { color: rgb(177,159,89); }
H1.HeaderClassName
{
color: #B19F59;
}
.AnyTagClassName
{
color: #B19F59;
}
</style>
background-color css
<style>
a { background-color: #B19F59; }
a { background-color: rgb(177,159,89); }
div.DivClassName
{
background-color: #B19F59;
}
.BgClassName
{
background-color: #B19F59;
}
</style>
border-color css
<style>
span { border-color: #B19F59; }
span { border-color: rgb(177,159,89); }
td.TdClassName
{
border-color: #B19F59;
}
.TagClassName
{
border-color: #B19F59;
}
</style>