Shades of Husk #B19655
Tints of Husk #B19655
RGB
CMYK
RGB Variations
Color information
#B19655 (or 0xB19655) is known color: Husk. HEX triplet: B1, 96 and 55. RGB value is (177,150,85). Sum of RGB (Red+Green+Blue) = 177+150+85=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B19655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19655 is #4E69AA. Grayscale: #969696. Windows color (decimal): -5138859 or 5609137. OLE color: 5609137.
HSL color Cylindrical-coordinate representation of color #B19655: hue angle of 42.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B19655 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 85 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.31 |
| HSL | 42.39º | 0.37% | 0.51% | - |
| HSV(B) | 42.39º | 0.52% | 0.69% | - |
| XYZ | 30.68 | 31.82 | 13.12 | - |
| YUV | 150.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 85 | 0 | 0.15 | 0.52 | 0.31 | 42.39 | 0.37 | 0.51 |
| Hex | B1 | 96 | 55 | 0 | F | 34 | 1F | 2A | 25 | 33 |
| Octal | 261 | 226 | 125 | 0 | 17 | 64 | 37 | 52 | 45 | 63 |
| Binary | 10110001 | 10010110 | 1010101 | 0 | 1111 | 110100 | 11111 | 101010 | 100101 | 110011 |
Color Harmonies of #B19655
Complementary color
Monochromatic Colors of #B19655
Black with #B19655
Text Example
Text Example
White with #B19655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19655; }
p { color: rgb(177,150,85); }
H1.HeaderClassName
{
color: #B19655;
}
.AnyTagClassName
{
color: #B19655;
}
</style>
background-color css
<style>
a { background-color: #B19655; }
a { background-color: rgb(177,150,85); }
div.DivClassName
{
background-color: #B19655;
}
.BgClassName
{
background-color: #B19655;
}
</style>
border-color css
<style>
span { border-color: #B19655; }
span { border-color: rgb(177,150,85); }
td.TdClassName
{
border-color: #B19655;
}
.TagClassName
{
border-color: #B19655;
}
</style>