Shades of Husk #B4A154
Tints of Husk #B4A154
RGB
CMYK
RGB Variations
Color information
#B4A154 (or 0xB4A154) is known color: Husk. HEX triplet: B4, A1 and 54. RGB value is (180,161,84). Sum of RGB (Red+Green+Blue) = 180+161+84=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A154 is #4B5EAB. Grayscale: #9E9E9E. Windows color (decimal): -4939436 or 5546420. OLE color: 5546420.
HSL color Cylindrical-coordinate representation of color #B4A154: hue angle of 48.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4A154 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 161 | 84 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.29 |
| HSL | 48.13º | 0.39% | 0.52% | - |
| HSV(B) | 48.13º | 0.53% | 0.71% | - |
| XYZ | 33.17 | 35.83 | 13.56 | - |
| YUV | 157.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 84 | 0 | 0.11 | 0.53 | 0.29 | 48.13 | 0.39 | 0.52 |
| Hex | B4 | A1 | 54 | 0 | B | 35 | 1D | 30 | 27 | 34 |
| Octal | 264 | 241 | 124 | 0 | 13 | 65 | 35 | 60 | 47 | 64 |
| Binary | 10110100 | 10100001 | 1010100 | 0 | 1011 | 110101 | 11101 | 110000 | 100111 | 110100 |
Color Harmonies of #B4A154
Complementary color
Monochromatic Colors of #B4A154
Black with #B4A154
Text Example
Text Example
White with #B4A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A154; }
p { color: rgb(180,161,84); }
H1.HeaderClassName
{
color: #B4A154;
}
.AnyTagClassName
{
color: #B4A154;
}
</style>
background-color css
<style>
a { background-color: #B4A154; }
a { background-color: rgb(180,161,84); }
div.DivClassName
{
background-color: #B4A154;
}
.BgClassName
{
background-color: #B4A154;
}
</style>
border-color css
<style>
span { border-color: #B4A154; }
span { border-color: rgb(180,161,84); }
td.TdClassName
{
border-color: #B4A154;
}
.TagClassName
{
border-color: #B4A154;
}
</style>