Shades of Bison Hide #BBAB92
Tints of Bison Hide #BBAB92
RGB
CMYK
RGB Variations
Color information
#BBAB92 (or 0xBBAB92) is known color: Bison Hide. HEX triplet: BB, AB and 92. RGB value is (187,171,146). Sum of RGB (Red+Green+Blue) = 187+171+146=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB92 is #44546D. Grayscale: #ADADAD. Windows color (decimal): -4478062 or 9612219. OLE color: 9612219.
HSL color Cylindrical-coordinate representation of color #BBAB92: hue angle of 36.59º degrees, saturation: 0.23, 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 #BBAB92 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 146 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.27 |
| HSL | 36.59º | 0.23% | 0.65% | - |
| HSV(B) | 36.59º | 0.22% | 0.73% | - |
| XYZ | 40.24 | 41.77 | 33.13 | - |
| YUV | 172.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 146 | 0 | 0.09 | 0.22 | 0.27 | 36.59 | 0.23 | 0.65 |
| Hex | BB | AB | 92 | 0 | 9 | 16 | 1B | 25 | 17 | 41 |
| Octal | 273 | 253 | 222 | 0 | 11 | 26 | 33 | 45 | 27 | 101 |
| Binary | 10111011 | 10101011 | 10010010 | 0 | 1001 | 10110 | 11011 | 100101 | 10111 | 1000001 |
Color Harmonies of #BBAB92
Complementary color
Monochromatic Colors of #BBAB92
Black with #BBAB92
Text Example
Text Example
White with #BBAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB92; }
p { color: rgb(187,171,146); }
H1.HeaderClassName
{
color: #BBAB92;
}
.AnyTagClassName
{
color: #BBAB92;
}
</style>
background-color css
<style>
a { background-color: #BBAB92; }
a { background-color: rgb(187,171,146); }
div.DivClassName
{
background-color: #BBAB92;
}
.BgClassName
{
background-color: #BBAB92;
}
</style>
border-color css
<style>
span { border-color: #BBAB92; }
span { border-color: rgb(187,171,146); }
td.TdClassName
{
border-color: #BBAB92;
}
.TagClassName
{
border-color: #BBAB92;
}
</style>