Shades of Husk #B19350
Tints of Husk #B19350
RGB
CMYK
RGB Variations
Color information
#B19350 (or 0xB19350) is known color: Husk. HEX triplet: B1, 93 and 50. RGB value is (177,147,80). Sum of RGB (Red+Green+Blue) = 177+147+80=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B19350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19350 is #4E6CAF. Grayscale: #949494. Windows color (decimal): -5139632 or 5280689. OLE color: 5280689.
HSL color Cylindrical-coordinate representation of color #B19350: hue angle of 41.44º 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 #B19350 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 80 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.31 |
| HSL | 41.44º | 0.38% | 0.5% | - |
| HSV(B) | 41.44º | 0.55% | 0.69% | - |
| XYZ | 30.01 | 30.79 | 11.95 | - |
| YUV | 148.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 80 | 0 | 0.17 | 0.55 | 0.31 | 41.44 | 0.38 | 0.5 |
| Hex | B1 | 93 | 50 | 0 | 11 | 37 | 1F | 29 | 26 | 32 |
| Octal | 261 | 223 | 120 | 0 | 21 | 67 | 37 | 51 | 46 | 62 |
| Binary | 10110001 | 10010011 | 1010000 | 0 | 10001 | 110111 | 11111 | 101001 | 100110 | 110010 |
Color Harmonies of #B19350
Complementary color
Monochromatic Colors of #B19350
Black with #B19350
Text Example
Text Example
White with #B19350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19350; }
p { color: rgb(177,147,80); }
H1.HeaderClassName
{
color: #B19350;
}
.AnyTagClassName
{
color: #B19350;
}
</style>
background-color css
<style>
a { background-color: #B19350; }
a { background-color: rgb(177,147,80); }
div.DivClassName
{
background-color: #B19350;
}
.BgClassName
{
background-color: #B19350;
}
</style>
border-color css
<style>
span { border-color: #B19350; }
span { border-color: rgb(177,147,80); }
td.TdClassName
{
border-color: #B19350;
}
.TagClassName
{
border-color: #B19350;
}
</style>