Shades of Husk #B1A454
Tints of Husk #B1A454
RGB
CMYK
RGB Variations
Color information
#B1A454 (or 0xB1A454) is known color: Husk. HEX triplet: B1, A4 and 54. RGB value is (177,164,84). Sum of RGB (Red+Green+Blue) = 177+164+84=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A454 is #4E5BAB. Grayscale: #9F9F9F. Windows color (decimal): -5135276 or 5547185. OLE color: 5547185.
HSL color Cylindrical-coordinate representation of color #B1A454: hue angle of 51.61º 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 #B1A454 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 84 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.31 |
| HSL | 51.61º | 0.37% | 0.51% | - |
| HSV(B) | 51.61º | 0.53% | 0.69% | - |
| XYZ | 33.01 | 36.54 | 13.7 | - |
| YUV | 158.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 84 | 0 | 0.07 | 0.53 | 0.31 | 51.61 | 0.37 | 0.51 |
| Hex | B1 | A4 | 54 | 0 | 7 | 35 | 1F | 34 | 25 | 33 |
| Octal | 261 | 244 | 124 | 0 | 7 | 65 | 37 | 64 | 45 | 63 |
| Binary | 10110001 | 10100100 | 1010100 | 0 | 111 | 110101 | 11111 | 110100 | 100101 | 110011 |
Color Harmonies of #B1A454
Complementary color
Monochromatic Colors of #B1A454
Black with #B1A454
Text Example
Text Example
White with #B1A454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A454; }
p { color: rgb(177,164,84); }
H1.HeaderClassName
{
color: #B1A454;
}
.AnyTagClassName
{
color: #B1A454;
}
</style>
background-color css
<style>
a { background-color: #B1A454; }
a { background-color: rgb(177,164,84); }
div.DivClassName
{
background-color: #B1A454;
}
.BgClassName
{
background-color: #B1A454;
}
</style>
border-color css
<style>
span { border-color: #B1A454; }
span { border-color: rgb(177,164,84); }
td.TdClassName
{
border-color: #B1A454;
}
.TagClassName
{
border-color: #B1A454;
}
</style>