Shades of Bison Hide #B7B097
Tints of Bison Hide #B7B097
RGB
CMYK
RGB Variations
Color information
#B7B097 (or 0xB7B097) is known color: Bison Hide. HEX triplet: B7, B0 and 97. RGB value is (183,176,151). Sum of RGB (Red+Green+Blue) = 183+176+151=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B097 is #484F68. Grayscale: #AFAFAF. Windows color (decimal): -4738921 or 9941175. OLE color: 9941175.
HSL color Cylindrical-coordinate representation of color #B7B097: hue angle of 46.88º 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 #B7B097 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 176 | 151 | - |
CMYK | 0 | 0.04 | 0.17 | 0.28 |
HSL | 46.88º | 0.18% | 0.65% | - |
HSV(B) | 46.88º | 0.17% | 0.72% | - |
XYZ | 40.64 | 43.35 | 35.5 | - |
YUV | 175.24 | 114.32 | 133.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 176 | 151 | 0 | 0.04 | 0.17 | 0.28 | 46.88 | 0.18 | 0.65 |
Hex | B7 | B0 | 97 | 0 | 4 | 11 | 1C | 2F | 12 | 41 |
Octal | 267 | 260 | 227 | 0 | 4 | 21 | 34 | 57 | 22 | 101 |
Binary | 10110111 | 10110000 | 10010111 | 0 | 100 | 10001 | 11100 | 101111 | 10010 | 1000001 |
Color Harmonies of #B7B097
Complementary color
Monochromatic Colors of #B7B097
Black with #B7B097
Text Example
Text Example
White with #B7B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B097; }
p { color: rgb(183,176,151); }
H1.HeaderClassName
{
color: #B7B097;
}
.AnyTagClassName
{
color: #B7B097;
}
</style>
background-color css
<style>
a { background-color: #B7B097; }
a { background-color: rgb(183,176,151); }
div.DivClassName
{
background-color: #B7B097;
}
.BgClassName
{
background-color: #B7B097;
}
</style>
border-color css
<style>
span { border-color: #B7B097; }
span { border-color: rgb(183,176,151); }
td.TdClassName
{
border-color: #B7B097;
}
.TagClassName
{
border-color: #B7B097;
}
</style>