Shades of Bison Hide #BBAB91
Tints of Bison Hide #BBAB91
RGB
CMYK
RGB Variations
Color information
#BBAB91 (or 0xBBAB91) is known color: Bison Hide. HEX triplet: BB, AB and 91. RGB value is (187,171,145). Sum of RGB (Red+Green+Blue) = 187+171+145=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB91 is #44546E. Grayscale: #ACACAC. Windows color (decimal): -4478063 or 9546683. OLE color: 9546683.
HSL color Cylindrical-coordinate representation of color #BBAB91: hue angle of 37.14º degrees, saturation: 0.24, 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 #BBAB91 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 145 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.27 |
| HSL | 37.14º | 0.24% | 0.65% | - |
| HSV(B) | 37.14º | 0.22% | 0.73% | - |
| XYZ | 40.17 | 41.73 | 32.73 | - |
| YUV | 172.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 145 | 0 | 0.09 | 0.22 | 0.27 | 37.14 | 0.24 | 0.65 |
| Hex | BB | AB | 91 | 0 | 9 | 16 | 1B | 25 | 18 | 41 |
| Octal | 273 | 253 | 221 | 0 | 11 | 26 | 33 | 45 | 30 | 101 |
| Binary | 10111011 | 10101011 | 10010001 | 0 | 1001 | 10110 | 11011 | 100101 | 11000 | 1000001 |
Color Harmonies of #BBAB91
Complementary color
Monochromatic Colors of #BBAB91
Black with #BBAB91
Text Example
Text Example
White with #BBAB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB91; }
p { color: rgb(187,171,145); }
H1.HeaderClassName
{
color: #BBAB91;
}
.AnyTagClassName
{
color: #BBAB91;
}
</style>
background-color css
<style>
a { background-color: #BBAB91; }
a { background-color: rgb(187,171,145); }
div.DivClassName
{
background-color: #BBAB91;
}
.BgClassName
{
background-color: #BBAB91;
}
</style>
border-color css
<style>
span { border-color: #BBAB91; }
span { border-color: rgb(187,171,145); }
td.TdClassName
{
border-color: #BBAB91;
}
.TagClassName
{
border-color: #BBAB91;
}
</style>