Shades of Husk #B1A356
Tints of Husk #B1A356
RGB
CMYK
RGB Variations
Color information
#B1A356 (or 0xB1A356) is known color: Husk. HEX triplet: B1, A3 and 56. RGB value is (177,163,86). Sum of RGB (Red+Green+Blue) = 177+163+86=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A356 is #4E5CA9. Grayscale: #9E9E9E. Windows color (decimal): -5135530 or 5678001. OLE color: 5678001.
HSL color Cylindrical-coordinate representation of color #B1A356: hue angle of 50.77º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1A356 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 86 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.31 |
| HSL | 50.77º | 0.37% | 0.52% | - |
| HSV(B) | 50.77º | 0.51% | 0.69% | - |
| XYZ | 32.91 | 36.21 | 14.06 | - |
| YUV | 158.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 86 | 0 | 0.08 | 0.51 | 0.31 | 50.77 | 0.37 | 0.52 |
| Hex | B1 | A3 | 56 | 0 | 8 | 33 | 1F | 33 | 25 | 34 |
| Octal | 261 | 243 | 126 | 0 | 10 | 63 | 37 | 63 | 45 | 64 |
| Binary | 10110001 | 10100011 | 1010110 | 0 | 1000 | 110011 | 11111 | 110011 | 100101 | 110100 |
Color Harmonies of #B1A356
Complementary color
Monochromatic Colors of #B1A356
Black with #B1A356
Text Example
Text Example
White with #B1A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A356; }
p { color: rgb(177,163,86); }
H1.HeaderClassName
{
color: #B1A356;
}
.AnyTagClassName
{
color: #B1A356;
}
</style>
background-color css
<style>
a { background-color: #B1A356; }
a { background-color: rgb(177,163,86); }
div.DivClassName
{
background-color: #B1A356;
}
.BgClassName
{
background-color: #B1A356;
}
</style>
border-color css
<style>
span { border-color: #B1A356; }
span { border-color: rgb(177,163,86); }
td.TdClassName
{
border-color: #B1A356;
}
.TagClassName
{
border-color: #B1A356;
}
</style>