Shades of Husk #B1A355
Tints of Husk #B1A355
RGB
CMYK
RGB Variations
Color information
#B1A355 (or 0xB1A355) is known color: Husk. HEX triplet: B1, A3 and 55. RGB value is (177,163,85). Sum of RGB (Red+Green+Blue) = 177+163+85=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A355 is #4E5CAA. Grayscale: #9E9E9E. Windows color (decimal): -5135531 or 5612465. OLE color: 5612465.
HSL color Cylindrical-coordinate representation of color #B1A355: hue angle of 50.87º 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 #B1A355 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 85 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.31 |
| HSL | 50.87º | 0.37% | 0.51% | - |
| HSV(B) | 50.87º | 0.52% | 0.69% | - |
| XYZ | 32.87 | 36.2 | 13.85 | - |
| YUV | 158.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 85 | 0 | 0.08 | 0.52 | 0.31 | 50.87 | 0.37 | 0.51 |
| Hex | B1 | A3 | 55 | 0 | 8 | 34 | 1F | 33 | 25 | 33 |
| Octal | 261 | 243 | 125 | 0 | 10 | 64 | 37 | 63 | 45 | 63 |
| Binary | 10110001 | 10100011 | 1010101 | 0 | 1000 | 110100 | 11111 | 110011 | 100101 | 110011 |
Color Harmonies of #B1A355
Complementary color
Monochromatic Colors of #B1A355
Black with #B1A355
Text Example
Text Example
White with #B1A355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A355; }
p { color: rgb(177,163,85); }
H1.HeaderClassName
{
color: #B1A355;
}
.AnyTagClassName
{
color: #B1A355;
}
</style>
background-color css
<style>
a { background-color: #B1A355; }
a { background-color: rgb(177,163,85); }
div.DivClassName
{
background-color: #B1A355;
}
.BgClassName
{
background-color: #B1A355;
}
</style>
border-color css
<style>
span { border-color: #B1A355; }
span { border-color: rgb(177,163,85); }
td.TdClassName
{
border-color: #B1A355;
}
.TagClassName
{
border-color: #B1A355;
}
</style>