Shades of Husk #B19953
Tints of Husk #B19953
RGB
CMYK
RGB Variations
Color information
#B19953 (or 0xB19953) is known color: Husk. HEX triplet: B1, 99 and 53. RGB value is (177,153,83). Sum of RGB (Red+Green+Blue) = 177+153+83=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B19953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19953 is #4E66AC. Grayscale: #989898. Windows color (decimal): -5138093 or 5478833. OLE color: 5478833.
HSL color Cylindrical-coordinate representation of color #B19953: hue angle of 44.68º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B19953 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 83 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.31 |
| HSL | 44.68º | 0.38% | 0.51% | - |
| HSV(B) | 44.68º | 0.53% | 0.69% | - |
| XYZ | 31.08 | 32.75 | 12.87 | - |
| YUV | 152.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 83 | 0 | 0.14 | 0.53 | 0.31 | 44.68 | 0.38 | 0.51 |
| Hex | B1 | 99 | 53 | 0 | E | 35 | 1F | 2D | 26 | 33 |
| Octal | 261 | 231 | 123 | 0 | 16 | 65 | 37 | 55 | 46 | 63 |
| Binary | 10110001 | 10011001 | 1010011 | 0 | 1110 | 110101 | 11111 | 101101 | 100110 | 110011 |
Color Harmonies of #B19953
Complementary color
Monochromatic Colors of #B19953
Black with #B19953
Text Example
Text Example
White with #B19953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19953; }
p { color: rgb(177,153,83); }
H1.HeaderClassName
{
color: #B19953;
}
.AnyTagClassName
{
color: #B19953;
}
</style>
background-color css
<style>
a { background-color: #B19953; }
a { background-color: rgb(177,153,83); }
div.DivClassName
{
background-color: #B19953;
}
.BgClassName
{
background-color: #B19953;
}
</style>
border-color css
<style>
span { border-color: #B19953; }
span { border-color: rgb(177,153,83); }
td.TdClassName
{
border-color: #B19953;
}
.TagClassName
{
border-color: #B19953;
}
</style>