Shades of Husk #B1A153
Tints of Husk #B1A153
RGB
CMYK
RGB Variations
Color information
#B1A153 (or 0xB1A153) is known color: Husk. HEX triplet: B1, A1 and 53. RGB value is (177,161,83). Sum of RGB (Red+Green+Blue) = 177+161+83=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A153 is #4E5EAC. Grayscale: #9D9D9D. Windows color (decimal): -5136045 or 5480881. OLE color: 5480881.
HSL color Cylindrical-coordinate representation of color #B1A153: hue angle of 49.79º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1A153 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 83 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.31 |
| HSL | 49.79º | 0.38% | 0.51% | - |
| HSV(B) | 49.79º | 0.53% | 0.69% | - |
| XYZ | 32.44 | 35.46 | 13.32 | - |
| YUV | 156.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 83 | 0 | 0.09 | 0.53 | 0.31 | 49.79 | 0.38 | 0.51 |
| Hex | B1 | A1 | 53 | 0 | 9 | 35 | 1F | 32 | 26 | 33 |
| Octal | 261 | 241 | 123 | 0 | 11 | 65 | 37 | 62 | 46 | 63 |
| Binary | 10110001 | 10100001 | 1010011 | 0 | 1001 | 110101 | 11111 | 110010 | 100110 | 110011 |
Color Harmonies of #B1A153
Complementary color
Monochromatic Colors of #B1A153
Black with #B1A153
Text Example
Text Example
White with #B1A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A153; }
p { color: rgb(177,161,83); }
H1.HeaderClassName
{
color: #B1A153;
}
.AnyTagClassName
{
color: #B1A153;
}
</style>
background-color css
<style>
a { background-color: #B1A153; }
a { background-color: rgb(177,161,83); }
div.DivClassName
{
background-color: #B1A153;
}
.BgClassName
{
background-color: #B1A153;
}
</style>
border-color css
<style>
span { border-color: #B1A153; }
span { border-color: rgb(177,161,83); }
td.TdClassName
{
border-color: #B1A153;
}
.TagClassName
{
border-color: #B1A153;
}
</style>