Shades of Bison Hide #B0A795
Tints of Bison Hide #B0A795
RGB
CMYK
RGB Variations
Color information
#B0A795 (or 0xB0A795) is known color: Bison Hide. HEX triplet: B0, A7 and 95. RGB value is (176,167,149). Sum of RGB (Red+Green+Blue) = 176+167+149=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A795 is #4F586A. Grayscale: #A7A7A7. Windows color (decimal): -5199979 or 9807792. OLE color: 9807792.
HSL color Cylindrical-coordinate representation of color #B0A795: hue angle of 40º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0A795 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 149 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.31 |
| HSL | 40º | 0.15% | 0.64% | - |
| HSV(B) | 40º | 0.15% | 0.69% | - |
| XYZ | 37.15 | 39.04 | 34.01 | - |
| YUV | 167.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 149 | 0 | 0.05 | 0.15 | 0.31 | 40 | 0.15 | 0.64 |
| Hex | B0 | A7 | 95 | 0 | 5 | F | 1F | 28 | F | 40 |
| Octal | 260 | 247 | 225 | 0 | 5 | 17 | 37 | 50 | 17 | 100 |
| Binary | 10110000 | 10100111 | 10010101 | 0 | 101 | 1111 | 11111 | 101000 | 1111 | 1000000 |
Color Harmonies of #B0A795
Complementary color
Monochromatic Colors of #B0A795
Black with #B0A795
Text Example
Text Example
White with #B0A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A795; }
p { color: rgb(176,167,149); }
H1.HeaderClassName
{
color: #B0A795;
}
.AnyTagClassName
{
color: #B0A795;
}
</style>
background-color css
<style>
a { background-color: #B0A795; }
a { background-color: rgb(176,167,149); }
div.DivClassName
{
background-color: #B0A795;
}
.BgClassName
{
background-color: #B0A795;
}
</style>
border-color css
<style>
span { border-color: #B0A795; }
span { border-color: rgb(176,167,149); }
td.TdClassName
{
border-color: #B0A795;
}
.TagClassName
{
border-color: #B0A795;
}
</style>