Shades of Bison Hide #B9A891
Tints of Bison Hide #B9A891
RGB
CMYK
RGB Variations
Color information
#B9A891 (or 0xB9A891) is known color: Bison Hide. HEX triplet: B9, A8 and 91. RGB value is (185,168,145). Sum of RGB (Red+Green+Blue) = 185+168+145=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A891 is #46576E. Grayscale: #AAAAAA. Windows color (decimal): -4609903 or 9545913. OLE color: 9545913.
HSL color Cylindrical-coordinate representation of color #B9A891: hue angle of 34.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9A891 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 145 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.27 |
| HSL | 34.5º | 0.22% | 0.65% | - |
| HSV(B) | 34.5º | 0.22% | 0.73% | - |
| XYZ | 39.12 | 40.36 | 32.52 | - |
| YUV | 170.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 145 | 0 | 0.09 | 0.22 | 0.27 | 34.5 | 0.22 | 0.65 |
| Hex | B9 | A8 | 91 | 0 | 9 | 16 | 1B | 22 | 16 | 41 |
| Octal | 271 | 250 | 221 | 0 | 11 | 26 | 33 | 42 | 26 | 101 |
| Binary | 10111001 | 10101000 | 10010001 | 0 | 1001 | 10110 | 11011 | 100010 | 10110 | 1000001 |
Color Harmonies of #B9A891
Complementary color
Monochromatic Colors of #B9A891
Black with #B9A891
Text Example
Text Example
White with #B9A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A891; }
p { color: rgb(185,168,145); }
H1.HeaderClassName
{
color: #B9A891;
}
.AnyTagClassName
{
color: #B9A891;
}
</style>
background-color css
<style>
a { background-color: #B9A891; }
a { background-color: rgb(185,168,145); }
div.DivClassName
{
background-color: #B9A891;
}
.BgClassName
{
background-color: #B9A891;
}
</style>
border-color css
<style>
span { border-color: #B9A891; }
span { border-color: rgb(185,168,145); }
td.TdClassName
{
border-color: #B9A891;
}
.TagClassName
{
border-color: #B9A891;
}
</style>