Shades of Husk #B19F56
Tints of Husk #B19F56
RGB
CMYK
RGB Variations
Color information
#B19F56 (or 0xB19F56) is known color: Husk. HEX triplet: B1, 9F and 56. RGB value is (177,159,86). Sum of RGB (Red+Green+Blue) = 177+159+86=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F56 is #4E60A9. Grayscale: #9C9C9C. Windows color (decimal): -5136554 or 5676977. OLE color: 5676977.
HSL color Cylindrical-coordinate representation of color #B19F56: hue angle of 48.13º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B19F56 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 86 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.31 |
| HSL | 48.13º | 0.37% | 0.52% | - |
| HSV(B) | 48.13º | 0.51% | 0.69% | - |
| XYZ | 32.21 | 34.82 | 13.83 | - |
| YUV | 156.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 86 | 0 | 0.10 | 0.51 | 0.31 | 48.13 | 0.37 | 0.52 |
| Hex | B1 | 9F | 56 | 0 | A | 33 | 1F | 30 | 25 | 34 |
| Octal | 261 | 237 | 126 | 0 | 12 | 63 | 37 | 60 | 45 | 64 |
| Binary | 10110001 | 10011111 | 1010110 | 0 | 1010 | 110011 | 11111 | 110000 | 100101 | 110100 |
Color Harmonies of #B19F56
Complementary color
Monochromatic Colors of #B19F56
Black with #B19F56
Text Example
Text Example
White with #B19F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F56; }
p { color: rgb(177,159,86); }
H1.HeaderClassName
{
color: #B19F56;
}
.AnyTagClassName
{
color: #B19F56;
}
</style>
background-color css
<style>
a { background-color: #B19F56; }
a { background-color: rgb(177,159,86); }
div.DivClassName
{
background-color: #B19F56;
}
.BgClassName
{
background-color: #B19F56;
}
</style>
border-color css
<style>
span { border-color: #B19F56; }
span { border-color: rgb(177,159,86); }
td.TdClassName
{
border-color: #B19F56;
}
.TagClassName
{
border-color: #B19F56;
}
</style>