Shades of Husk #B19950
Tints of Husk #B19950
RGB
CMYK
RGB Variations
Color information
#B19950 (or 0xB19950) is known color: Husk. HEX triplet: B1, 99 and 50. RGB value is (177,153,80). Sum of RGB (Red+Green+Blue) = 177+153+80=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B19950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19950 is #4E66AF. Grayscale: #989898. Windows color (decimal): -5138096 or 5282225. OLE color: 5282225.
HSL color Cylindrical-coordinate representation of color #B19950: hue angle of 45.15º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B19950 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 80 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.31 |
| HSL | 45.15º | 0.38% | 0.5% | - |
| HSV(B) | 45.15º | 0.55% | 0.69% | - |
| XYZ | 30.97 | 32.71 | 12.27 | - |
| YUV | 151.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 80 | 0 | 0.14 | 0.55 | 0.31 | 45.15 | 0.38 | 0.5 |
| Hex | B1 | 99 | 50 | 0 | E | 37 | 1F | 2D | 26 | 32 |
| Octal | 261 | 231 | 120 | 0 | 16 | 67 | 37 | 55 | 46 | 62 |
| Binary | 10110001 | 10011001 | 1010000 | 0 | 1110 | 110111 | 11111 | 101101 | 100110 | 110010 |
Color Harmonies of #B19950
Complementary color
Monochromatic Colors of #B19950
Black with #B19950
Text Example
Text Example
White with #B19950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19950; }
p { color: rgb(177,153,80); }
H1.HeaderClassName
{
color: #B19950;
}
.AnyTagClassName
{
color: #B19950;
}
</style>
background-color css
<style>
a { background-color: #B19950; }
a { background-color: rgb(177,153,80); }
div.DivClassName
{
background-color: #B19950;
}
.BgClassName
{
background-color: #B19950;
}
</style>
border-color css
<style>
span { border-color: #B19950; }
span { border-color: rgb(177,153,80); }
td.TdClassName
{
border-color: #B19950;
}
.TagClassName
{
border-color: #B19950;
}
</style>