Shades of Bison Hide #B7B197
Tints of Bison Hide #B7B197
RGB
CMYK
RGB Variations
Color information
#B7B197 (or 0xB7B197) is known color: Bison Hide. HEX triplet: B7, B1 and 97. RGB value is (183,177,151). Sum of RGB (Red+Green+Blue) = 183+177+151=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B197 is #484E68. Grayscale: #AFAFAF. Windows color (decimal): -4738665 or 9941431. OLE color: 9941431.
HSL color Cylindrical-coordinate representation of color #B7B197: hue angle of 48.75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7B197 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 151 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.28 |
| HSL | 48.75º | 0.18% | 0.65% | - |
| HSV(B) | 48.75º | 0.17% | 0.72% | - |
| XYZ | 40.84 | 43.75 | 35.57 | - |
| YUV | 175.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 151 | 0 | 0.03 | 0.17 | 0.28 | 48.75 | 0.18 | 0.65 |
| Hex | B7 | B1 | 97 | 0 | 3 | 11 | 1C | 31 | 12 | 41 |
| Octal | 267 | 261 | 227 | 0 | 3 | 21 | 34 | 61 | 22 | 101 |
| Binary | 10110111 | 10110001 | 10010111 | 0 | 11 | 10001 | 11100 | 110001 | 10010 | 1000001 |
Color Harmonies of #B7B197
Complementary color
Monochromatic Colors of #B7B197
Black with #B7B197
Text Example
Text Example
White with #B7B197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B197; }
p { color: rgb(183,177,151); }
H1.HeaderClassName
{
color: #B7B197;
}
.AnyTagClassName
{
color: #B7B197;
}
</style>
background-color css
<style>
a { background-color: #B7B197; }
a { background-color: rgb(183,177,151); }
div.DivClassName
{
background-color: #B7B197;
}
.BgClassName
{
background-color: #B7B197;
}
</style>
border-color css
<style>
span { border-color: #B7B197; }
span { border-color: rgb(183,177,151); }
td.TdClassName
{
border-color: #B7B197;
}
.TagClassName
{
border-color: #B7B197;
}
</style>