Shades of Bison Hide #B1A795
Tints of Bison Hide #B1A795
RGB
CMYK
RGB Variations
Color information
#B1A795 (or 0xB1A795) is known color: Bison Hide. HEX triplet: B1, A7 and 95. RGB value is (177,167,149). Sum of RGB (Red+Green+Blue) = 177+167+149=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A795 is #4E586A. Grayscale: #A8A8A8. Windows color (decimal): -5134443 or 9807793. OLE color: 9807793.
HSL color Cylindrical-coordinate representation of color #B1A795: hue angle of 38.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1A795 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 149 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.31 |
| HSL | 38.57º | 0.15% | 0.64% | - |
| HSV(B) | 38.57º | 0.16% | 0.69% | - |
| XYZ | 37.38 | 39.15 | 34.02 | - |
| YUV | 167.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 149 | 0 | 0.06 | 0.16 | 0.31 | 38.57 | 0.15 | 0.64 |
| Hex | B1 | A7 | 95 | 0 | 6 | 10 | 1F | 27 | F | 40 |
| Octal | 261 | 247 | 225 | 0 | 6 | 20 | 37 | 47 | 17 | 100 |
| Binary | 10110001 | 10100111 | 10010101 | 0 | 110 | 10000 | 11111 | 100111 | 1111 | 1000000 |
Color Harmonies of #B1A795
Complementary color
Monochromatic Colors of #B1A795
Black with #B1A795
Text Example
Text Example
White with #B1A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A795; }
p { color: rgb(177,167,149); }
H1.HeaderClassName
{
color: #B1A795;
}
.AnyTagClassName
{
color: #B1A795;
}
</style>
background-color css
<style>
a { background-color: #B1A795; }
a { background-color: rgb(177,167,149); }
div.DivClassName
{
background-color: #B1A795;
}
.BgClassName
{
background-color: #B1A795;
}
</style>
border-color css
<style>
span { border-color: #B1A795; }
span { border-color: rgb(177,167,149); }
td.TdClassName
{
border-color: #B1A795;
}
.TagClassName
{
border-color: #B1A795;
}
</style>