Shades of Bison Hide #B0A491
Tints of Bison Hide #B0A491
RGB
CMYK
RGB Variations
Color information
#B0A491 (or 0xB0A491) is known color: Bison Hide. HEX triplet: B0, A4 and 91. RGB value is (176,164,145). Sum of RGB (Red+Green+Blue) = 176+164+145=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A491 is #4F5B6E. Grayscale: #A5A5A5. Windows color (decimal): -5200751 or 9544880. OLE color: 9544880.
HSL color Cylindrical-coordinate representation of color #B0A491: hue angle of 36.77º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0A491 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 145 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.31 |
| HSL | 36.77º | 0.16% | 0.63% | - |
| HSV(B) | 36.77º | 0.18% | 0.69% | - |
| XYZ | 36.29 | 37.83 | 32.18 | - |
| YUV | 165.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 145 | 0 | 0.07 | 0.18 | 0.31 | 36.77 | 0.16 | 0.63 |
| Hex | B0 | A4 | 91 | 0 | 7 | 12 | 1F | 25 | 10 | 3F |
| Octal | 260 | 244 | 221 | 0 | 7 | 22 | 37 | 45 | 20 | 77 |
| Binary | 10110000 | 10100100 | 10010001 | 0 | 111 | 10010 | 11111 | 100101 | 10000 | 111111 |
Color Harmonies of #B0A491
Complementary color
Monochromatic Colors of #B0A491
Black with #B0A491
Text Example
Text Example
White with #B0A491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A491; }
p { color: rgb(176,164,145); }
H1.HeaderClassName
{
color: #B0A491;
}
.AnyTagClassName
{
color: #B0A491;
}
</style>
background-color css
<style>
a { background-color: #B0A491; }
a { background-color: rgb(176,164,145); }
div.DivClassName
{
background-color: #B0A491;
}
.BgClassName
{
background-color: #B0A491;
}
</style>
border-color css
<style>
span { border-color: #B0A491; }
span { border-color: rgb(176,164,145); }
td.TdClassName
{
border-color: #B0A491;
}
.TagClassName
{
border-color: #B0A491;
}
</style>