Shades of Husk #B19C46
Tints of Husk #B19C46
RGB
CMYK
RGB Variations
Color information
#B19C46 (or 0xB19C46) is known color: Husk. HEX triplet: B1, 9C and 46. RGB value is (177,156,70). Sum of RGB (Red+Green+Blue) = 177+156+70=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C46 is #4E63B9. Grayscale: #989898. Windows color (decimal): -5137338 or 4627633. OLE color: 4627633.
HSL color Cylindrical-coordinate representation of color #B19C46: hue angle of 48.22º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B19C46 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 70 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.31 |
| HSL | 48.22º | 0.43% | 0.48% | - |
| HSV(B) | 48.22º | 0.6% | 0.69% | - |
| XYZ | 31.13 | 33.57 | 10.63 | - |
| YUV | 152.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 70 | 0 | 0.12 | 0.60 | 0.31 | 48.22 | 0.43 | 0.48 |
| Hex | B1 | 9C | 46 | 0 | C | 3C | 1F | 30 | 2B | 30 |
| Octal | 261 | 234 | 106 | 0 | 14 | 74 | 37 | 60 | 53 | 60 |
| Binary | 10110001 | 10011100 | 1000110 | 0 | 1100 | 111100 | 11111 | 110000 | 101011 | 110000 |
Color Harmonies of #B19C46
Complementary color
Monochromatic Colors of #B19C46
Black with #B19C46
Text Example
Text Example
White with #B19C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C46; }
p { color: rgb(177,156,70); }
H1.HeaderClassName
{
color: #B19C46;
}
.AnyTagClassName
{
color: #B19C46;
}
</style>
background-color css
<style>
a { background-color: #B19C46; }
a { background-color: rgb(177,156,70); }
div.DivClassName
{
background-color: #B19C46;
}
.BgClassName
{
background-color: #B19C46;
}
</style>
border-color css
<style>
span { border-color: #B19C46; }
span { border-color: rgb(177,156,70); }
td.TdClassName
{
border-color: #B19C46;
}
.TagClassName
{
border-color: #B19C46;
}
</style>