Shades of Husk #B1A054
Tints of Husk #B1A054
RGB
CMYK
RGB Variations
Color information
#B1A054 (or 0xB1A054) is known color: Husk. HEX triplet: B1, A0 and 54. RGB value is (177,160,84). Sum of RGB (Red+Green+Blue) = 177+160+84=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A054 is #4E5FAB. Grayscale: #9C9C9C. Windows color (decimal): -5136300 or 5546161. OLE color: 5546161.
HSL color Cylindrical-coordinate representation of color #B1A054: hue angle of 49.03º degrees, saturation: 0.37, 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 #B1A054 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 84 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.31 |
| HSL | 49.03º | 0.37% | 0.51% | - |
| HSV(B) | 49.03º | 0.53% | 0.69% | - |
| XYZ | 32.3 | 35.13 | 13.47 | - |
| YUV | 156.42 | 87.13 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 84 | 0 | 0.10 | 0.53 | 0.31 | 49.03 | 0.37 | 0.51 |
| Hex | B1 | A0 | 54 | 0 | A | 35 | 1F | 31 | 25 | 33 |
| Octal | 261 | 240 | 124 | 0 | 12 | 65 | 37 | 61 | 45 | 63 |
| Binary | 10110001 | 10100000 | 1010100 | 0 | 1010 | 110101 | 11111 | 110001 | 100101 | 110011 |
Color Harmonies of #B1A054
Complementary color
Monochromatic Colors of #B1A054
Black with #B1A054
Text Example
Text Example
White with #B1A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A054; }
p { color: rgb(177,160,84); }
H1.HeaderClassName
{
color: #B1A054;
}
.AnyTagClassName
{
color: #B1A054;
}
</style>
background-color css
<style>
a { background-color: #B1A054; }
a { background-color: rgb(177,160,84); }
div.DivClassName
{
background-color: #B1A054;
}
.BgClassName
{
background-color: #B1A054;
}
</style>
border-color css
<style>
span { border-color: #B1A054; }
span { border-color: rgb(177,160,84); }
td.TdClassName
{
border-color: #B1A054;
}
.TagClassName
{
border-color: #B1A054;
}
</style>