Shades of Husk #B19550
Tints of Husk #B19550
RGB
CMYK
RGB Variations
Color information
#B19550 (or 0xB19550) is known color: Husk. HEX triplet: B1, 95 and 50. RGB value is (177,149,80). Sum of RGB (Red+Green+Blue) = 177+149+80=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B19550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19550 is #4E6AAF. Grayscale: #959595. Windows color (decimal): -5139120 or 5281201. OLE color: 5281201.
HSL color Cylindrical-coordinate representation of color #B19550: hue angle of 42.68º 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 #B19550 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 80 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.31 |
| HSL | 42.68º | 0.38% | 0.5% | - |
| HSV(B) | 42.68º | 0.55% | 0.69% | - |
| XYZ | 30.33 | 31.42 | 12.06 | - |
| YUV | 149.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 80 | 0 | 0.16 | 0.55 | 0.31 | 42.68 | 0.38 | 0.5 |
| Hex | B1 | 95 | 50 | 0 | 10 | 37 | 1F | 2B | 26 | 32 |
| Octal | 261 | 225 | 120 | 0 | 20 | 67 | 37 | 53 | 46 | 62 |
| Binary | 10110001 | 10010101 | 1010000 | 0 | 10000 | 110111 | 11111 | 101011 | 100110 | 110010 |
Color Harmonies of #B19550
Complementary color
Monochromatic Colors of #B19550
Black with #B19550
Text Example
Text Example
White with #B19550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19550; }
p { color: rgb(177,149,80); }
H1.HeaderClassName
{
color: #B19550;
}
.AnyTagClassName
{
color: #B19550;
}
</style>
background-color css
<style>
a { background-color: #B19550; }
a { background-color: rgb(177,149,80); }
div.DivClassName
{
background-color: #B19550;
}
.BgClassName
{
background-color: #B19550;
}
</style>
border-color css
<style>
span { border-color: #B19550; }
span { border-color: rgb(177,149,80); }
td.TdClassName
{
border-color: #B19550;
}
.TagClassName
{
border-color: #B19550;
}
</style>