Shades of Bison Hide #B9A992
Tints of Bison Hide #B9A992
RGB
CMYK
RGB Variations
Color information
#B9A992 (or 0xB9A992) is known color: Bison Hide. HEX triplet: B9, A9 and 92. RGB value is (185,169,146). Sum of RGB (Red+Green+Blue) = 185+169+146=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A992 is #46566D. Grayscale: #ABABAB. Windows color (decimal): -4609646 or 9611705. OLE color: 9611705.
HSL color Cylindrical-coordinate representation of color #B9A992: hue angle of 35.38º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9A992 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 146 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.27 |
| HSL | 35.38º | 0.22% | 0.65% | - |
| HSV(B) | 35.38º | 0.21% | 0.73% | - |
| XYZ | 39.38 | 40.77 | 32.99 | - |
| YUV | 171.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 146 | 0 | 0.09 | 0.21 | 0.27 | 35.38 | 0.22 | 0.65 |
| Hex | B9 | A9 | 92 | 0 | 9 | 15 | 1B | 23 | 16 | 41 |
| Octal | 271 | 251 | 222 | 0 | 11 | 25 | 33 | 43 | 26 | 101 |
| Binary | 10111001 | 10101001 | 10010010 | 0 | 1001 | 10101 | 11011 | 100011 | 10110 | 1000001 |
Color Harmonies of #B9A992
Complementary color
Monochromatic Colors of #B9A992
Black with #B9A992
Text Example
Text Example
White with #B9A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A992; }
p { color: rgb(185,169,146); }
H1.HeaderClassName
{
color: #B9A992;
}
.AnyTagClassName
{
color: #B9A992;
}
</style>
background-color css
<style>
a { background-color: #B9A992; }
a { background-color: rgb(185,169,146); }
div.DivClassName
{
background-color: #B9A992;
}
.BgClassName
{
background-color: #B9A992;
}
</style>
border-color css
<style>
span { border-color: #B9A992; }
span { border-color: rgb(185,169,146); }
td.TdClassName
{
border-color: #B9A992;
}
.TagClassName
{
border-color: #B9A992;
}
</style>