Shades of Bison Hide #BAB093
Tints of Bison Hide #BAB093
RGB
CMYK
RGB Variations
Color information
#BAB093 (or 0xBAB093) is known color: Bison Hide. HEX triplet: BA, B0 and 93. RGB value is (186,176,147). Sum of RGB (Red+Green+Blue) = 186+176+147=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB093 is #454F6C. Grayscale: #AFAFAF. Windows color (decimal): -4542317 or 9679034. OLE color: 9679034.
HSL color Cylindrical-coordinate representation of color #BAB093: hue angle of 44.62º 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 #BAB093 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 147 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.27 |
| HSL | 44.62º | 0.22% | 0.65% | - |
| HSV(B) | 44.62º | 0.21% | 0.73% | - |
| XYZ | 41.04 | 43.6 | 33.86 | - |
| YUV | 175.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 147 | 0 | 0.05 | 0.21 | 0.27 | 44.62 | 0.22 | 0.65 |
| Hex | BA | B0 | 93 | 0 | 5 | 15 | 1B | 2D | 16 | 41 |
| Octal | 272 | 260 | 223 | 0 | 5 | 25 | 33 | 55 | 26 | 101 |
| Binary | 10111010 | 10110000 | 10010011 | 0 | 101 | 10101 | 11011 | 101101 | 10110 | 1000001 |
Color Harmonies of #BAB093
Complementary color
Monochromatic Colors of #BAB093
Black with #BAB093
Text Example
Text Example
White with #BAB093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB093; }
p { color: rgb(186,176,147); }
H1.HeaderClassName
{
color: #BAB093;
}
.AnyTagClassName
{
color: #BAB093;
}
</style>
background-color css
<style>
a { background-color: #BAB093; }
a { background-color: rgb(186,176,147); }
div.DivClassName
{
background-color: #BAB093;
}
.BgClassName
{
background-color: #BAB093;
}
</style>
border-color css
<style>
span { border-color: #BAB093; }
span { border-color: rgb(186,176,147); }
td.TdClassName
{
border-color: #BAB093;
}
.TagClassName
{
border-color: #BAB093;
}
</style>