Shades of Bison Hide #B3AA94
Tints of Bison Hide #B3AA94
RGB
CMYK
RGB Variations
Color information
#B3AA94 (or 0xB3AA94) is known color: Bison Hide. HEX triplet: B3, AA and 94. RGB value is (179,170,148). Sum of RGB (Red+Green+Blue) = 179+170+148=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA94 is #4C556B. Grayscale: #AAAAAA. Windows color (decimal): -5002604 or 9743027. OLE color: 9743027.
HSL color Cylindrical-coordinate representation of color #B3AA94: hue angle of 42.58º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3AA94 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 170 | 148 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.30 |
| HSL | 42.58º | 0.17% | 0.64% | - |
| HSV(B) | 42.58º | 0.17% | 0.7% | - |
| XYZ | 38.31 | 40.47 | 33.81 | - |
| YUV | 170.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 148 | 0 | 0.05 | 0.17 | 0.30 | 42.58 | 0.17 | 0.64 |
| Hex | B3 | AA | 94 | 0 | 5 | 11 | 1E | 2B | 11 | 40 |
| Octal | 263 | 252 | 224 | 0 | 5 | 21 | 36 | 53 | 21 | 100 |
| Binary | 10110011 | 10101010 | 10010100 | 0 | 101 | 10001 | 11110 | 101011 | 10001 | 1000000 |
Color Harmonies of #B3AA94
Complementary color
Monochromatic Colors of #B3AA94
Black with #B3AA94
Text Example
Text Example
White with #B3AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AA94; }
p { color: rgb(179,170,148); }
H1.HeaderClassName
{
color: #B3AA94;
}
.AnyTagClassName
{
color: #B3AA94;
}
</style>
background-color css
<style>
a { background-color: #B3AA94; }
a { background-color: rgb(179,170,148); }
div.DivClassName
{
background-color: #B3AA94;
}
.BgClassName
{
background-color: #B3AA94;
}
</style>
border-color css
<style>
span { border-color: #B3AA94; }
span { border-color: rgb(179,170,148); }
td.TdClassName
{
border-color: #B3AA94;
}
.TagClassName
{
border-color: #B3AA94;
}
</style>