Shades of Husk #B4A356
Tints of Husk #B4A356
RGB
CMYK
RGB Variations
Color information
#B4A356 (or 0xB4A356) is known color: Husk. HEX triplet: B4, A3 and 56. RGB value is (180,163,86). Sum of RGB (Red+Green+Blue) = 180+163+86=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A356 is #4B5CA9. Grayscale: #9F9F9F. Windows color (decimal): -4938922 or 5678004. OLE color: 5678004.
HSL color Cylindrical-coordinate representation of color #B4A356: hue angle of 49.15º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4A356 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 86 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.29 |
| HSL | 49.15º | 0.39% | 0.52% | - |
| HSV(B) | 49.15º | 0.52% | 0.71% | - |
| XYZ | 33.6 | 36.57 | 14.09 | - |
| YUV | 159.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 86 | 0 | 0.09 | 0.52 | 0.29 | 49.15 | 0.39 | 0.52 |
| Hex | B4 | A3 | 56 | 0 | 9 | 34 | 1D | 31 | 27 | 34 |
| Octal | 264 | 243 | 126 | 0 | 11 | 64 | 35 | 61 | 47 | 64 |
| Binary | 10110100 | 10100011 | 1010110 | 0 | 1001 | 110100 | 11101 | 110001 | 100111 | 110100 |
Color Harmonies of #B4A356
Complementary color
Monochromatic Colors of #B4A356
Black with #B4A356
Text Example
Text Example
White with #B4A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A356; }
p { color: rgb(180,163,86); }
H1.HeaderClassName
{
color: #B4A356;
}
.AnyTagClassName
{
color: #B4A356;
}
</style>
background-color css
<style>
a { background-color: #B4A356; }
a { background-color: rgb(180,163,86); }
div.DivClassName
{
background-color: #B4A356;
}
.BgClassName
{
background-color: #B4A356;
}
</style>
border-color css
<style>
span { border-color: #B4A356; }
span { border-color: rgb(180,163,86); }
td.TdClassName
{
border-color: #B4A356;
}
.TagClassName
{
border-color: #B4A356;
}
</style>