Shades of Husk #B49C45
Tints of Husk #B49C45
RGB
CMYK
RGB Variations
Color information
#B49C45 (or 0xB49C45) is known color: Husk. HEX triplet: B4, 9C and 45. RGB value is (180,156,69). Sum of RGB (Red+Green+Blue) = 180+156+69=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C45 is #4B63BA. Grayscale: #999999. Windows color (decimal): -4940731 or 4562100. OLE color: 4562100.
HSL color Cylindrical-coordinate representation of color #B49C45: hue angle of 47.03º 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 #B49C45 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 69 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.29 |
| HSL | 47.03º | 0.45% | 0.49% | - |
| HSV(B) | 47.03º | 0.62% | 0.71% | - |
| XYZ | 31.79 | 33.91 | 10.5 | - |
| YUV | 153.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 69 | 0 | 0.13 | 0.62 | 0.29 | 47.03 | 0.45 | 0.49 |
| Hex | B4 | 9C | 45 | 0 | D | 3E | 1D | 2F | 2D | 31 |
| Octal | 264 | 234 | 105 | 0 | 15 | 76 | 35 | 57 | 55 | 61 |
| Binary | 10110100 | 10011100 | 1000101 | 0 | 1101 | 111110 | 11101 | 101111 | 101101 | 110001 |
Color Harmonies of #B49C45
Complementary color
Monochromatic Colors of #B49C45
Black with #B49C45
Text Example
Text Example
White with #B49C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C45; }
p { color: rgb(180,156,69); }
H1.HeaderClassName
{
color: #B49C45;
}
.AnyTagClassName
{
color: #B49C45;
}
</style>
background-color css
<style>
a { background-color: #B49C45; }
a { background-color: rgb(180,156,69); }
div.DivClassName
{
background-color: #B49C45;
}
.BgClassName
{
background-color: #B49C45;
}
</style>
border-color css
<style>
span { border-color: #B49C45; }
span { border-color: rgb(180,156,69); }
td.TdClassName
{
border-color: #B49C45;
}
.TagClassName
{
border-color: #B49C45;
}
</style>