Shades of Husk #B19A45
Tints of Husk #B19A45
RGB
CMYK
RGB Variations
Color information
#B19A45 (or 0xB19A45) is known color: Husk. HEX triplet: B1, 9A and 45. RGB value is (177,154,69). Sum of RGB (Red+Green+Blue) = 177+154+69=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A45 is #4E65BA. Grayscale: #979797. Windows color (decimal): -5137851 or 4561585. OLE color: 4561585.
HSL color Cylindrical-coordinate representation of color #B19A45: hue angle of 47.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B19A45 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 69 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.31 |
| HSL | 47.22º | 0.44% | 0.48% | - |
| HSV(B) | 47.22º | 0.61% | 0.69% | - |
| XYZ | 30.76 | 32.89 | 10.36 | - |
| YUV | 151.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 69 | 0 | 0.13 | 0.61 | 0.31 | 47.22 | 0.44 | 0.48 |
| Hex | B1 | 9A | 45 | 0 | D | 3D | 1F | 2F | 2C | 30 |
| Octal | 261 | 232 | 105 | 0 | 15 | 75 | 37 | 57 | 54 | 60 |
| Binary | 10110001 | 10011010 | 1000101 | 0 | 1101 | 111101 | 11111 | 101111 | 101100 | 110000 |
Color Harmonies of #B19A45
Complementary color
Monochromatic Colors of #B19A45
Black with #B19A45
Text Example
Text Example
White with #B19A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A45; }
p { color: rgb(177,154,69); }
H1.HeaderClassName
{
color: #B19A45;
}
.AnyTagClassName
{
color: #B19A45;
}
</style>
background-color css
<style>
a { background-color: #B19A45; }
a { background-color: rgb(177,154,69); }
div.DivClassName
{
background-color: #B19A45;
}
.BgClassName
{
background-color: #B19A45;
}
</style>
border-color css
<style>
span { border-color: #B19A45; }
span { border-color: rgb(177,154,69); }
td.TdClassName
{
border-color: #B19A45;
}
.TagClassName
{
border-color: #B19A45;
}
</style>