Shades of Husk #B2A150
Tints of Husk #B2A150
RGB
CMYK
RGB Variations
Color information
#B2A150 (or 0xB2A150) is known color: Husk. HEX triplet: B2, A1 and 50. RGB value is (178,161,80). Sum of RGB (Red+Green+Blue) = 178+161+80=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A150 is #4D5EAF. Grayscale: #9D9D9D. Windows color (decimal): -5070512 or 5284274. OLE color: 5284274.
HSL color Cylindrical-coordinate representation of color #B2A150: hue angle of 49.59º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2A150 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 80 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.30 |
| HSL | 49.59º | 0.39% | 0.51% | - |
| HSV(B) | 49.59º | 0.55% | 0.7% | - |
| XYZ | 32.55 | 35.53 | 12.73 | - |
| YUV | 156.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 80 | 0 | 0.10 | 0.55 | 0.30 | 49.59 | 0.39 | 0.51 |
| Hex | B2 | A1 | 50 | 0 | A | 37 | 1E | 32 | 27 | 33 |
| Octal | 262 | 241 | 120 | 0 | 12 | 67 | 36 | 62 | 47 | 63 |
| Binary | 10110010 | 10100001 | 1010000 | 0 | 1010 | 110111 | 11110 | 110010 | 100111 | 110011 |
Color Harmonies of #B2A150
Complementary color
Monochromatic Colors of #B2A150
Black with #B2A150
Text Example
Text Example
White with #B2A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A150; }
p { color: rgb(178,161,80); }
H1.HeaderClassName
{
color: #B2A150;
}
.AnyTagClassName
{
color: #B2A150;
}
</style>
background-color css
<style>
a { background-color: #B2A150; }
a { background-color: rgb(178,161,80); }
div.DivClassName
{
background-color: #B2A150;
}
.BgClassName
{
background-color: #B2A150;
}
</style>
border-color css
<style>
span { border-color: #B2A150; }
span { border-color: rgb(178,161,80); }
td.TdClassName
{
border-color: #B2A150;
}
.TagClassName
{
border-color: #B2A150;
}
</style>