Shades of Bison Hide #B8AB93
Tints of Bison Hide #B8AB93
RGB
CMYK
RGB Variations
Color information
#B8AB93 (or 0xB8AB93) is known color: Bison Hide. HEX triplet: B8, AB and 93. RGB value is (184,171,147). Sum of RGB (Red+Green+Blue) = 184+171+147=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AB93 is #47546C. Grayscale: #ACACAC. Windows color (decimal): -4674669 or 9677752. OLE color: 9677752.
HSL color Cylindrical-coordinate representation of color #B8AB93: hue angle of 38.92º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8AB93 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 147 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.28 |
| HSL | 38.92º | 0.21% | 0.65% | - |
| HSV(B) | 38.92º | 0.2% | 0.72% | - |
| XYZ | 39.6 | 41.42 | 33.51 | - |
| YUV | 172.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 147 | 0 | 0.07 | 0.20 | 0.28 | 38.92 | 0.21 | 0.65 |
| Hex | B8 | AB | 93 | 0 | 7 | 14 | 1C | 27 | 15 | 41 |
| Octal | 270 | 253 | 223 | 0 | 7 | 24 | 34 | 47 | 25 | 101 |
| Binary | 10111000 | 10101011 | 10010011 | 0 | 111 | 10100 | 11100 | 100111 | 10101 | 1000001 |
Color Harmonies of #B8AB93
Complementary color
Monochromatic Colors of #B8AB93
Black with #B8AB93
Text Example
Text Example
White with #B8AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB93; }
p { color: rgb(184,171,147); }
H1.HeaderClassName
{
color: #B8AB93;
}
.AnyTagClassName
{
color: #B8AB93;
}
</style>
background-color css
<style>
a { background-color: #B8AB93; }
a { background-color: rgb(184,171,147); }
div.DivClassName
{
background-color: #B8AB93;
}
.BgClassName
{
background-color: #B8AB93;
}
</style>
border-color css
<style>
span { border-color: #B8AB93; }
span { border-color: rgb(184,171,147); }
td.TdClassName
{
border-color: #B8AB93;
}
.TagClassName
{
border-color: #B8AB93;
}
</style>