Shades of Bison Hide #B1AB99
Tints of Bison Hide #B1AB99
RGB
CMYK
RGB Variations
Color information
#B1AB99 (or 0xB1AB99) is known color: Bison Hide. HEX triplet: B1, AB and 99. RGB value is (177,171,153). Sum of RGB (Red+Green+Blue) = 177+171+153=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB99 is #4E5466. Grayscale: #AAAAAA. Windows color (decimal): -5133415 or 10070961. OLE color: 10070961.
HSL color Cylindrical-coordinate representation of color #B1AB99: hue angle of 45º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1AB99 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 153 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.31 |
| HSL | 45º | 0.13% | 0.65% | - |
| HSV(B) | 45º | 0.14% | 0.69% | - |
| XYZ | 38.44 | 40.77 | 35.98 | - |
| YUV | 170.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 153 | 0 | 0.03 | 0.14 | 0.31 | 45 | 0.13 | 0.65 |
| Hex | B1 | AB | 99 | 0 | 3 | E | 1F | 2D | D | 41 |
| Octal | 261 | 253 | 231 | 0 | 3 | 16 | 37 | 55 | 15 | 101 |
| Binary | 10110001 | 10101011 | 10011001 | 0 | 11 | 1110 | 11111 | 101101 | 1101 | 1000001 |
Color Harmonies of #B1AB99
Complementary color
Monochromatic Colors of #B1AB99
Black with #B1AB99
Text Example
Text Example
White with #B1AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB99; }
p { color: rgb(177,171,153); }
H1.HeaderClassName
{
color: #B1AB99;
}
.AnyTagClassName
{
color: #B1AB99;
}
</style>
background-color css
<style>
a { background-color: #B1AB99; }
a { background-color: rgb(177,171,153); }
div.DivClassName
{
background-color: #B1AB99;
}
.BgClassName
{
background-color: #B1AB99;
}
</style>
border-color css
<style>
span { border-color: #B1AB99; }
span { border-color: rgb(177,171,153); }
td.TdClassName
{
border-color: #B1AB99;
}
.TagClassName
{
border-color: #B1AB99;
}
</style>