Shades of Bison Hide #B6A995
Tints of Bison Hide #B6A995
RGB
CMYK
RGB Variations
Color information
#B6A995 (or 0xB6A995) is known color: Bison Hide. HEX triplet: B6, A9 and 95. RGB value is (182,169,149). Sum of RGB (Red+Green+Blue) = 182+169+149=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A995 is #49566A. Grayscale: #AAAAAA. Windows color (decimal): -4806251 or 9808310. OLE color: 9808310.
HSL color Cylindrical-coordinate representation of color #B6A995: hue angle of 36.36º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6A995 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 169 | 149 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.29 |
| HSL | 36.36º | 0.18% | 0.65% | - |
| HSV(B) | 36.36º | 0.18% | 0.71% | - |
| XYZ | 38.9 | 40.49 | 34.2 | - |
| YUV | 170.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 169 | 149 | 0 | 0.07 | 0.18 | 0.29 | 36.36 | 0.18 | 0.65 |
| Hex | B6 | A9 | 95 | 0 | 7 | 12 | 1D | 24 | 12 | 41 |
| Octal | 266 | 251 | 225 | 0 | 7 | 22 | 35 | 44 | 22 | 101 |
| Binary | 10110110 | 10101001 | 10010101 | 0 | 111 | 10010 | 11101 | 100100 | 10010 | 1000001 |
Color Harmonies of #B6A995
Complementary color
Monochromatic Colors of #B6A995
Black with #B6A995
Text Example
Text Example
White with #B6A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A995; }
p { color: rgb(182,169,149); }
H1.HeaderClassName
{
color: #B6A995;
}
.AnyTagClassName
{
color: #B6A995;
}
</style>
background-color css
<style>
a { background-color: #B6A995; }
a { background-color: rgb(182,169,149); }
div.DivClassName
{
background-color: #B6A995;
}
.BgClassName
{
background-color: #B6A995;
}
</style>
border-color css
<style>
span { border-color: #B6A995; }
span { border-color: rgb(182,169,149); }
td.TdClassName
{
border-color: #B6A995;
}
.TagClassName
{
border-color: #B6A995;
}
</style>