Shades of Husk #B19E4D
Tints of Husk #B19E4D
RGB
CMYK
RGB Variations
Color information
#B19E4D (or 0xB19E4D) is known color: Husk. HEX triplet: B1, 9E and 4D. RGB value is (177,158,77). Sum of RGB (Red+Green+Blue) = 177+158+77=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E4D is #4E61B2. Grayscale: #9A9A9A. Windows color (decimal): -5136819 or 5086897. OLE color: 5086897.
HSL color Cylindrical-coordinate representation of color #B19E4D: hue angle of 48.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B19E4D is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 77 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.31 |
| HSL | 48.6º | 0.39% | 0.5% | - |
| HSV(B) | 48.6º | 0.56% | 0.69% | - |
| XYZ | 31.7 | 34.34 | 11.98 | - |
| YUV | 154.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 77 | 0 | 0.11 | 0.56 | 0.31 | 48.6 | 0.39 | 0.5 |
| Hex | B1 | 9E | 4D | 0 | B | 38 | 1F | 31 | 27 | 32 |
| Octal | 261 | 236 | 115 | 0 | 13 | 70 | 37 | 61 | 47 | 62 |
| Binary | 10110001 | 10011110 | 1001101 | 0 | 1011 | 111000 | 11111 | 110001 | 100111 | 110010 |
Color Harmonies of #B19E4D
Complementary color
Monochromatic Colors of #B19E4D
Black with #B19E4D
Text Example
Text Example
White with #B19E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E4D; }
p { color: rgb(177,158,77); }
H1.HeaderClassName
{
color: #B19E4D;
}
.AnyTagClassName
{
color: #B19E4D;
}
</style>
background-color css
<style>
a { background-color: #B19E4D; }
a { background-color: rgb(177,158,77); }
div.DivClassName
{
background-color: #B19E4D;
}
.BgClassName
{
background-color: #B19E4D;
}
</style>
border-color css
<style>
span { border-color: #B19E4D; }
span { border-color: rgb(177,158,77); }
td.TdClassName
{
border-color: #B19E4D;
}
.TagClassName
{
border-color: #B19E4D;
}
</style>