Shades of Bison Hide #BAB193
Tints of Bison Hide #BAB193
RGB
CMYK
RGB Variations
Color information
#BAB193 (or 0xBAB193) is known color: Bison Hide. HEX triplet: BA, B1 and 93. RGB value is (186,177,147). Sum of RGB (Red+Green+Blue) = 186+177+147=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB193 is #454E6C. Grayscale: #B0B0B0. Windows color (decimal): -4542061 or 9679290. OLE color: 9679290.
HSL color Cylindrical-coordinate representation of color #BAB193: hue angle of 46.15º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB193 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 147 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.27 |
| HSL | 46.15º | 0.22% | 0.65% | - |
| HSV(B) | 46.15º | 0.21% | 0.73% | - |
| XYZ | 41.24 | 43.99 | 33.92 | - |
| YUV | 176.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 147 | 0 | 0.05 | 0.21 | 0.27 | 46.15 | 0.22 | 0.65 |
| Hex | BA | B1 | 93 | 0 | 5 | 15 | 1B | 2E | 16 | 41 |
| Octal | 272 | 261 | 223 | 0 | 5 | 25 | 33 | 56 | 26 | 101 |
| Binary | 10111010 | 10110001 | 10010011 | 0 | 101 | 10101 | 11011 | 101110 | 10110 | 1000001 |
Color Harmonies of #BAB193
Complementary color
Monochromatic Colors of #BAB193
Black with #BAB193
Text Example
Text Example
White with #BAB193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB193; }
p { color: rgb(186,177,147); }
H1.HeaderClassName
{
color: #BAB193;
}
.AnyTagClassName
{
color: #BAB193;
}
</style>
background-color css
<style>
a { background-color: #BAB193; }
a { background-color: rgb(186,177,147); }
div.DivClassName
{
background-color: #BAB193;
}
.BgClassName
{
background-color: #BAB193;
}
</style>
border-color css
<style>
span { border-color: #BAB193; }
span { border-color: rgb(186,177,147); }
td.TdClassName
{
border-color: #BAB193;
}
.TagClassName
{
border-color: #BAB193;
}
</style>