Shades of Husk #B19D48
Tints of Husk #B19D48
RGB
CMYK
RGB Variations
Color information
#B19D48 (or 0xB19D48) is known color: Husk. HEX triplet: B1, 9D and 48. RGB value is (177,157,72). Sum of RGB (Red+Green+Blue) = 177+157+72=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19D48 is #4E62B7. Grayscale: #999999. Windows color (decimal): -5137080 or 4758961. OLE color: 4758961.
HSL color Cylindrical-coordinate representation of color #B19D48: hue angle of 48.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B19D48 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 72 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.31 |
| HSL | 48.57º | 0.42% | 0.49% | - |
| HSV(B) | 48.57º | 0.59% | 0.69% | - |
| XYZ | 31.36 | 33.93 | 11.03 | - |
| YUV | 153.29 | 82.13 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 72 | 0 | 0.11 | 0.59 | 0.31 | 48.57 | 0.42 | 0.49 |
| Hex | B1 | 9D | 48 | 0 | B | 3B | 1F | 31 | 2A | 31 |
| Octal | 261 | 235 | 110 | 0 | 13 | 73 | 37 | 61 | 52 | 61 |
| Binary | 10110001 | 10011101 | 1001000 | 0 | 1011 | 111011 | 11111 | 110001 | 101010 | 110001 |
Color Harmonies of #B19D48
Complementary color
Monochromatic Colors of #B19D48
Black with #B19D48
Text Example
Text Example
White with #B19D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19D48; }
p { color: rgb(177,157,72); }
H1.HeaderClassName
{
color: #B19D48;
}
.AnyTagClassName
{
color: #B19D48;
}
</style>
background-color css
<style>
a { background-color: #B19D48; }
a { background-color: rgb(177,157,72); }
div.DivClassName
{
background-color: #B19D48;
}
.BgClassName
{
background-color: #B19D48;
}
</style>
border-color css
<style>
span { border-color: #B19D48; }
span { border-color: rgb(177,157,72); }
td.TdClassName
{
border-color: #B19D48;
}
.TagClassName
{
border-color: #B19D48;
}
</style>