Shades of Husk #B1A255
Tints of Husk #B1A255
RGB
CMYK
RGB Variations
Color information
#B1A255 (or 0xB1A255) is known color: Husk. HEX triplet: B1, A2 and 55. RGB value is (177,162,85). Sum of RGB (Red+Green+Blue) = 177+162+85=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A255 is #4E5DAA. Grayscale: #9E9E9E. Windows color (decimal): -5135787 or 5612209. OLE color: 5612209.
HSL color Cylindrical-coordinate representation of color #B1A255: hue angle of 50.22º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1A255 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 85 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.31 |
| HSL | 50.22º | 0.37% | 0.51% | - |
| HSV(B) | 50.22º | 0.52% | 0.69% | - |
| XYZ | 32.69 | 35.84 | 13.79 | - |
| YUV | 157.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 85 | 0 | 0.08 | 0.52 | 0.31 | 50.22 | 0.37 | 0.51 |
| Hex | B1 | A2 | 55 | 0 | 8 | 34 | 1F | 32 | 25 | 33 |
| Octal | 261 | 242 | 125 | 0 | 10 | 64 | 37 | 62 | 45 | 63 |
| Binary | 10110001 | 10100010 | 1010101 | 0 | 1000 | 110100 | 11111 | 110010 | 100101 | 110011 |
Color Harmonies of #B1A255
Complementary color
Monochromatic Colors of #B1A255
Black with #B1A255
Text Example
Text Example
White with #B1A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A255; }
p { color: rgb(177,162,85); }
H1.HeaderClassName
{
color: #B1A255;
}
.AnyTagClassName
{
color: #B1A255;
}
</style>
background-color css
<style>
a { background-color: #B1A255; }
a { background-color: rgb(177,162,85); }
div.DivClassName
{
background-color: #B1A255;
}
.BgClassName
{
background-color: #B1A255;
}
</style>
border-color css
<style>
span { border-color: #B1A255; }
span { border-color: rgb(177,162,85); }
td.TdClassName
{
border-color: #B1A255;
}
.TagClassName
{
border-color: #B1A255;
}
</style>