Shades of Husk #B19952
Tints of Husk #B19952
RGB
CMYK
RGB Variations
Color information
#B19952 (or 0xB19952) is known color: Husk. HEX triplet: B1, 99 and 52. RGB value is (177,153,82). Sum of RGB (Red+Green+Blue) = 177+153+82=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B19952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19952 is #4E66AD. Grayscale: #989898. Windows color (decimal): -5138094 or 5413297. OLE color: 5413297.
HSL color Cylindrical-coordinate representation of color #B19952: hue angle of 44.84º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B19952 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 82 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.31 |
| HSL | 44.84º | 0.38% | 0.51% | - |
| HSV(B) | 44.84º | 0.54% | 0.69% | - |
| XYZ | 31.05 | 32.74 | 12.67 | - |
| YUV | 152.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 82 | 0 | 0.14 | 0.54 | 0.31 | 44.84 | 0.38 | 0.51 |
| Hex | B1 | 99 | 52 | 0 | E | 36 | 1F | 2D | 26 | 33 |
| Octal | 261 | 231 | 122 | 0 | 16 | 66 | 37 | 55 | 46 | 63 |
| Binary | 10110001 | 10011001 | 1010010 | 0 | 1110 | 110110 | 11111 | 101101 | 100110 | 110011 |
Color Harmonies of #B19952
Complementary color
Monochromatic Colors of #B19952
Black with #B19952
Text Example
Text Example
White with #B19952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19952; }
p { color: rgb(177,153,82); }
H1.HeaderClassName
{
color: #B19952;
}
.AnyTagClassName
{
color: #B19952;
}
</style>
background-color css
<style>
a { background-color: #B19952; }
a { background-color: rgb(177,153,82); }
div.DivClassName
{
background-color: #B19952;
}
.BgClassName
{
background-color: #B19952;
}
</style>
border-color css
<style>
span { border-color: #B19952; }
span { border-color: rgb(177,153,82); }
td.TdClassName
{
border-color: #B19952;
}
.TagClassName
{
border-color: #B19952;
}
</style>