Shades of Husk #B19956
Tints of Husk #B19956
RGB
CMYK
RGB Variations
Color information
#B19956 (or 0xB19956) is known color: Husk. HEX triplet: B1, 99 and 56. RGB value is (177,153,86). Sum of RGB (Red+Green+Blue) = 177+153+86=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B19956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19956 is #4E66A9. Grayscale: #989898. Windows color (decimal): -5138090 or 5675441. OLE color: 5675441.
HSL color Cylindrical-coordinate representation of color #B19956: hue angle of 44.18º 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 #B19956 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 86 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.31 |
| HSL | 44.18º | 0.37% | 0.52% | - |
| HSV(B) | 44.18º | 0.51% | 0.69% | - |
| XYZ | 31.2 | 32.8 | 13.49 | - |
| YUV | 152.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 86 | 0 | 0.14 | 0.51 | 0.31 | 44.18 | 0.37 | 0.52 |
| Hex | B1 | 99 | 56 | 0 | E | 33 | 1F | 2C | 25 | 34 |
| Octal | 261 | 231 | 126 | 0 | 16 | 63 | 37 | 54 | 45 | 64 |
| Binary | 10110001 | 10011001 | 1010110 | 0 | 1110 | 110011 | 11111 | 101100 | 100101 | 110100 |
Color Harmonies of #B19956
Complementary color
Monochromatic Colors of #B19956
Black with #B19956
Text Example
Text Example
White with #B19956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19956; }
p { color: rgb(177,153,86); }
H1.HeaderClassName
{
color: #B19956;
}
.AnyTagClassName
{
color: #B19956;
}
</style>
background-color css
<style>
a { background-color: #B19956; }
a { background-color: rgb(177,153,86); }
div.DivClassName
{
background-color: #B19956;
}
.BgClassName
{
background-color: #B19956;
}
</style>
border-color css
<style>
span { border-color: #B19956; }
span { border-color: rgb(177,153,86); }
td.TdClassName
{
border-color: #B19956;
}
.TagClassName
{
border-color: #B19956;
}
</style>