Shades of Bison Hide #B0AB9E
Tints of Bison Hide #B0AB9E
RGB
CMYK
RGB Variations
Color information
#B0AB9E (or 0xB0AB9E) is known color: Bison Hide. HEX triplet: B0, AB and 9E. RGB value is (176,171,158). Sum of RGB (Red+Green+Blue) = 176+171+158=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB9E is #4F5461. Grayscale: #ABABAB. Windows color (decimal): -5198946 or 10398640. OLE color: 10398640.
HSL color Cylindrical-coordinate representation of color #B0AB9E: hue angle of 43.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0AB9E is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 158 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.31 |
| HSL | 43.33º | 0.1% | 0.65% | - |
| HSV(B) | 43.33º | 0.1% | 0.69% | - |
| XYZ | 38.64 | 40.82 | 38.19 | - |
| YUV | 171.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 158 | 0 | 0.03 | 0.10 | 0.31 | 43.33 | 0.1 | 0.65 |
| Hex | B0 | AB | 9E | 0 | 3 | A | 1F | 2B | A | 41 |
| Octal | 260 | 253 | 236 | 0 | 3 | 12 | 37 | 53 | 12 | 101 |
| Binary | 10110000 | 10101011 | 10011110 | 0 | 11 | 1010 | 11111 | 101011 | 1010 | 1000001 |
Color Harmonies of #B0AB9E
Complementary color
Monochromatic Colors of #B0AB9E
Black with #B0AB9E
Text Example
Text Example
White with #B0AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB9E; }
p { color: rgb(176,171,158); }
H1.HeaderClassName
{
color: #B0AB9E;
}
.AnyTagClassName
{
color: #B0AB9E;
}
</style>
background-color css
<style>
a { background-color: #B0AB9E; }
a { background-color: rgb(176,171,158); }
div.DivClassName
{
background-color: #B0AB9E;
}
.BgClassName
{
background-color: #B0AB9E;
}
</style>
border-color css
<style>
span { border-color: #B0AB9E; }
span { border-color: rgb(176,171,158); }
td.TdClassName
{
border-color: #B0AB9E;
}
.TagClassName
{
border-color: #B0AB9E;
}
</style>