Shades of Husk #B19B52
Tints of Husk #B19B52
RGB
CMYK
RGB Variations
Color information
#B19B52 (or 0xB19B52) is known color: Husk. HEX triplet: B1, 9B and 52. RGB value is (177,155,82). Sum of RGB (Red+Green+Blue) = 177+155+82=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B52 is #4E64AD. Grayscale: #999999. Windows color (decimal): -5137582 or 5413809. OLE color: 5413809.
HSL color Cylindrical-coordinate representation of color #B19B52: hue angle of 46.11º 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 #B19B52 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 82 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.31 |
| HSL | 46.11º | 0.38% | 0.51% | - |
| HSV(B) | 46.11º | 0.54% | 0.69% | - |
| XYZ | 31.38 | 33.4 | 12.78 | - |
| YUV | 153.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 82 | 0 | 0.12 | 0.54 | 0.31 | 46.11 | 0.38 | 0.51 |
| Hex | B1 | 9B | 52 | 0 | C | 36 | 1F | 2E | 26 | 33 |
| Octal | 261 | 233 | 122 | 0 | 14 | 66 | 37 | 56 | 46 | 63 |
| Binary | 10110001 | 10011011 | 1010010 | 0 | 1100 | 110110 | 11111 | 101110 | 100110 | 110011 |
Color Harmonies of #B19B52
Complementary color
Monochromatic Colors of #B19B52
Black with #B19B52
Text Example
Text Example
White with #B19B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B52; }
p { color: rgb(177,155,82); }
H1.HeaderClassName
{
color: #B19B52;
}
.AnyTagClassName
{
color: #B19B52;
}
</style>
background-color css
<style>
a { background-color: #B19B52; }
a { background-color: rgb(177,155,82); }
div.DivClassName
{
background-color: #B19B52;
}
.BgClassName
{
background-color: #B19B52;
}
</style>
border-color css
<style>
span { border-color: #B19B52; }
span { border-color: rgb(177,155,82); }
td.TdClassName
{
border-color: #B19B52;
}
.TagClassName
{
border-color: #B19B52;
}
</style>