Shades of Husk #B19951
Tints of Husk #B19951
RGB
CMYK
RGB Variations
Color information
#B19951 (or 0xB19951) is known color: Husk. HEX triplet: B1, 99 and 51. RGB value is (177,153,81). Sum of RGB (Red+Green+Blue) = 177+153+81=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19951 is #4E66AE. Grayscale: #989898. Windows color (decimal): -5138095 or 5347761. OLE color: 5347761.
HSL color Cylindrical-coordinate representation of color #B19951: hue angle of 45º 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 #B19951 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 81 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.31 |
| HSL | 45º | 0.38% | 0.51% | - |
| HSV(B) | 45º | 0.54% | 0.69% | - |
| XYZ | 31.01 | 32.72 | 12.47 | - |
| YUV | 151.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 81 | 0 | 0.14 | 0.54 | 0.31 | 45 | 0.38 | 0.51 |
| Hex | B1 | 99 | 51 | 0 | E | 36 | 1F | 2D | 26 | 33 |
| Octal | 261 | 231 | 121 | 0 | 16 | 66 | 37 | 55 | 46 | 63 |
| Binary | 10110001 | 10011001 | 1010001 | 0 | 1110 | 110110 | 11111 | 101101 | 100110 | 110011 |
Color Harmonies of #B19951
Complementary color
Monochromatic Colors of #B19951
Black with #B19951
Text Example
Text Example
White with #B19951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19951; }
p { color: rgb(177,153,81); }
H1.HeaderClassName
{
color: #B19951;
}
.AnyTagClassName
{
color: #B19951;
}
</style>
background-color css
<style>
a { background-color: #B19951; }
a { background-color: rgb(177,153,81); }
div.DivClassName
{
background-color: #B19951;
}
.BgClassName
{
background-color: #B19951;
}
</style>
border-color css
<style>
span { border-color: #B19951; }
span { border-color: rgb(177,153,81); }
td.TdClassName
{
border-color: #B19951;
}
.TagClassName
{
border-color: #B19951;
}
</style>