Shades of Husk #B49C44
Tints of Husk #B49C44
RGB
CMYK
RGB Variations
Color information
#B49C44 (or 0xB49C44) is known color: Husk. HEX triplet: B4, 9C and 44. RGB value is (180,156,68). Sum of RGB (Red+Green+Blue) = 180+156+68=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C44 is #4B63BB. Grayscale: #999999. Windows color (decimal): -4940732 or 4496564. OLE color: 4496564.
HSL color Cylindrical-coordinate representation of color #B49C44: hue angle of 47.14º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B49C44 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 68 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.29 |
| HSL | 47.14º | 0.45% | 0.49% | - |
| HSV(B) | 47.14º | 0.62% | 0.71% | - |
| XYZ | 31.75 | 33.9 | 10.34 | - |
| YUV | 153.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 68 | 0 | 0.13 | 0.62 | 0.29 | 47.14 | 0.45 | 0.49 |
| Hex | B4 | 9C | 44 | 0 | D | 3E | 1D | 2F | 2D | 31 |
| Octal | 264 | 234 | 104 | 0 | 15 | 76 | 35 | 57 | 55 | 61 |
| Binary | 10110100 | 10011100 | 1000100 | 0 | 1101 | 111110 | 11101 | 101111 | 101101 | 110001 |
Color Harmonies of #B49C44
Complementary color
Monochromatic Colors of #B49C44
Black with #B49C44
Text Example
Text Example
White with #B49C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C44; }
p { color: rgb(180,156,68); }
H1.HeaderClassName
{
color: #B49C44;
}
.AnyTagClassName
{
color: #B49C44;
}
</style>
background-color css
<style>
a { background-color: #B49C44; }
a { background-color: rgb(180,156,68); }
div.DivClassName
{
background-color: #B49C44;
}
.BgClassName
{
background-color: #B49C44;
}
</style>
border-color css
<style>
span { border-color: #B49C44; }
span { border-color: rgb(180,156,68); }
td.TdClassName
{
border-color: #B49C44;
}
.TagClassName
{
border-color: #B49C44;
}
</style>