Shades of Bison Hide #B0AA95
Tints of Bison Hide #B0AA95
RGB
CMYK
RGB Variations
Color information
#B0AA95 (or 0xB0AA95) is known color: Bison Hide. HEX triplet: B0, AA and 95. RGB value is (176,170,149). Sum of RGB (Red+Green+Blue) = 176+170+149=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA95 is #4F556A. Grayscale: #A9A9A9. Windows color (decimal): -5199211 or 9808560. OLE color: 9808560.
HSL color Cylindrical-coordinate representation of color #B0AA95: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0AA95 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 149 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.31 |
| HSL | 46.67º | 0.15% | 0.64% | - |
| HSV(B) | 46.67º | 0.15% | 0.69% | - |
| XYZ | 37.7 | 40.15 | 34.2 | - |
| YUV | 169.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 149 | 0 | 0.03 | 0.15 | 0.31 | 46.67 | 0.15 | 0.64 |
| Hex | B0 | AA | 95 | 0 | 3 | F | 1F | 2F | F | 40 |
| Octal | 260 | 252 | 225 | 0 | 3 | 17 | 37 | 57 | 17 | 100 |
| Binary | 10110000 | 10101010 | 10010101 | 0 | 11 | 1111 | 11111 | 101111 | 1111 | 1000000 |
Color Harmonies of #B0AA95
Complementary color
Monochromatic Colors of #B0AA95
Black with #B0AA95
Text Example
Text Example
White with #B0AA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AA95; }
p { color: rgb(176,170,149); }
H1.HeaderClassName
{
color: #B0AA95;
}
.AnyTagClassName
{
color: #B0AA95;
}
</style>
background-color css
<style>
a { background-color: #B0AA95; }
a { background-color: rgb(176,170,149); }
div.DivClassName
{
background-color: #B0AA95;
}
.BgClassName
{
background-color: #B0AA95;
}
</style>
border-color css
<style>
span { border-color: #B0AA95; }
span { border-color: rgb(176,170,149); }
td.TdClassName
{
border-color: #B0AA95;
}
.TagClassName
{
border-color: #B0AA95;
}
</style>