Shades of Husk #B19944
Tints of Husk #B19944
RGB
CMYK
RGB Variations
Color information
#B19944 (or 0xB19944) is known color: Husk. HEX triplet: B1, 99 and 44. RGB value is (177,153,68). Sum of RGB (Red+Green+Blue) = 177+153+68=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B19944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19944 is #4E66BB. Grayscale: #969696. Windows color (decimal): -5138108 or 4495793. OLE color: 4495793.
HSL color Cylindrical-coordinate representation of color #B19944: hue angle of 46.79º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B19944 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 68 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.31 |
| HSL | 46.79º | 0.44% | 0.48% | - |
| HSV(B) | 46.79º | 0.62% | 0.69% | - |
| XYZ | 30.57 | 32.55 | 10.14 | - |
| YUV | 150.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 68 | 0 | 0.14 | 0.62 | 0.31 | 46.79 | 0.44 | 0.48 |
| Hex | B1 | 99 | 44 | 0 | E | 3E | 1F | 2F | 2C | 30 |
| Octal | 261 | 231 | 104 | 0 | 16 | 76 | 37 | 57 | 54 | 60 |
| Binary | 10110001 | 10011001 | 1000100 | 0 | 1110 | 111110 | 11111 | 101111 | 101100 | 110000 |
Color Harmonies of #B19944
Complementary color
Monochromatic Colors of #B19944
Black with #B19944
Text Example
Text Example
White with #B19944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19944; }
p { color: rgb(177,153,68); }
H1.HeaderClassName
{
color: #B19944;
}
.AnyTagClassName
{
color: #B19944;
}
</style>
background-color css
<style>
a { background-color: #B19944; }
a { background-color: rgb(177,153,68); }
div.DivClassName
{
background-color: #B19944;
}
.BgClassName
{
background-color: #B19944;
}
</style>
border-color css
<style>
span { border-color: #B19944; }
span { border-color: rgb(177,153,68); }
td.TdClassName
{
border-color: #B19944;
}
.TagClassName
{
border-color: #B19944;
}
</style>