Shades of Husk #B5A451
Tints of Husk #B5A451
RGB
CMYK
RGB Variations
Color information
#B5A451 (or 0xB5A451) is known color: Husk. HEX triplet: B5, A4 and 51. RGB value is (181,164,81). Sum of RGB (Red+Green+Blue) = 181+164+81=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A451 is #4A5BAE. Grayscale: #9F9F9F. Windows color (decimal): -4873135 or 5350581. OLE color: 5350581.
HSL color Cylindrical-coordinate representation of color #B5A451: hue angle of 49.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5A451 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 81 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.29 |
| HSL | 49.8º | 0.4% | 0.51% | - |
| HSV(B) | 49.8º | 0.55% | 0.71% | - |
| XYZ | 33.82 | 36.97 | 13.14 | - |
| YUV | 159.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 81 | 0 | 0.09 | 0.55 | 0.29 | 49.8 | 0.4 | 0.51 |
| Hex | B5 | A4 | 51 | 0 | 9 | 37 | 1D | 32 | 28 | 33 |
| Octal | 265 | 244 | 121 | 0 | 11 | 67 | 35 | 62 | 50 | 63 |
| Binary | 10110101 | 10100100 | 1010001 | 0 | 1001 | 110111 | 11101 | 110010 | 101000 | 110011 |
Color Harmonies of #B5A451
Complementary color
Monochromatic Colors of #B5A451
Black with #B5A451
Text Example
Text Example
White with #B5A451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A451; }
p { color: rgb(181,164,81); }
H1.HeaderClassName
{
color: #B5A451;
}
.AnyTagClassName
{
color: #B5A451;
}
</style>
background-color css
<style>
a { background-color: #B5A451; }
a { background-color: rgb(181,164,81); }
div.DivClassName
{
background-color: #B5A451;
}
.BgClassName
{
background-color: #B5A451;
}
</style>
border-color css
<style>
span { border-color: #B5A451; }
span { border-color: rgb(181,164,81); }
td.TdClassName
{
border-color: #B5A451;
}
.TagClassName
{
border-color: #B5A451;
}
</style>