Shades of Husk #B19352
Tints of Husk #B19352
RGB
CMYK
RGB Variations
Color information
#B19352 (or 0xB19352) is known color: Husk. HEX triplet: B1, 93 and 52. RGB value is (177,147,82). Sum of RGB (Red+Green+Blue) = 177+147+82=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B19352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19352 is #4E6CAD. Grayscale: #949494. Windows color (decimal): -5139630 or 5411761. OLE color: 5411761.
HSL color Cylindrical-coordinate representation of color #B19352: hue angle of 41.05º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B19352 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 82 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.31 |
| HSL | 41.05º | 0.38% | 0.51% | - |
| HSV(B) | 41.05º | 0.54% | 0.69% | - |
| XYZ | 30.09 | 30.82 | 12.35 | - |
| YUV | 148.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 82 | 0 | 0.17 | 0.54 | 0.31 | 41.05 | 0.38 | 0.51 |
| Hex | B1 | 93 | 52 | 0 | 11 | 36 | 1F | 29 | 26 | 33 |
| Octal | 261 | 223 | 122 | 0 | 21 | 66 | 37 | 51 | 46 | 63 |
| Binary | 10110001 | 10010011 | 1010010 | 0 | 10001 | 110110 | 11111 | 101001 | 100110 | 110011 |
Color Harmonies of #B19352
Complementary color
Monochromatic Colors of #B19352
Black with #B19352
Text Example
Text Example
White with #B19352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19352; }
p { color: rgb(177,147,82); }
H1.HeaderClassName
{
color: #B19352;
}
.AnyTagClassName
{
color: #B19352;
}
</style>
background-color css
<style>
a { background-color: #B19352; }
a { background-color: rgb(177,147,82); }
div.DivClassName
{
background-color: #B19352;
}
.BgClassName
{
background-color: #B19352;
}
</style>
border-color css
<style>
span { border-color: #B19352; }
span { border-color: rgb(177,147,82); }
td.TdClassName
{
border-color: #B19352;
}
.TagClassName
{
border-color: #B19352;
}
</style>