Shades of Husk #B19C51
Tints of Husk #B19C51
RGB
CMYK
RGB Variations
Color information
#B19C51 (or 0xB19C51) is known color: Husk. HEX triplet: B1, 9C and 51. RGB value is (177,156,81). Sum of RGB (Red+Green+Blue) = 177+156+81=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C51 is #4E63AE. Grayscale: #9A9A9A. Windows color (decimal): -5137327 or 5348529. OLE color: 5348529.
HSL color Cylindrical-coordinate representation of color #B19C51: hue angle of 46.88º 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 #B19C51 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 81 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.31 |
| HSL | 46.88º | 0.38% | 0.51% | - |
| HSV(B) | 46.88º | 0.54% | 0.69% | - |
| XYZ | 31.51 | 33.72 | 12.63 | - |
| YUV | 153.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 81 | 0 | 0.12 | 0.54 | 0.31 | 46.88 | 0.38 | 0.51 |
| Hex | B1 | 9C | 51 | 0 | C | 36 | 1F | 2F | 26 | 33 |
| Octal | 261 | 234 | 121 | 0 | 14 | 66 | 37 | 57 | 46 | 63 |
| Binary | 10110001 | 10011100 | 1010001 | 0 | 1100 | 110110 | 11111 | 101111 | 100110 | 110011 |
Color Harmonies of #B19C51
Complementary color
Monochromatic Colors of #B19C51
Black with #B19C51
Text Example
Text Example
White with #B19C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C51; }
p { color: rgb(177,156,81); }
H1.HeaderClassName
{
color: #B19C51;
}
.AnyTagClassName
{
color: #B19C51;
}
</style>
background-color css
<style>
a { background-color: #B19C51; }
a { background-color: rgb(177,156,81); }
div.DivClassName
{
background-color: #B19C51;
}
.BgClassName
{
background-color: #B19C51;
}
</style>
border-color css
<style>
span { border-color: #B19C51; }
span { border-color: rgb(177,156,81); }
td.TdClassName
{
border-color: #B19C51;
}
.TagClassName
{
border-color: #B19C51;
}
</style>