Shades of Bison Hide #B3AA98
Tints of Bison Hide #B3AA98
RGB
CMYK
RGB Variations
Color information
#B3AA98 (or 0xB3AA98) is known color: Bison Hide. HEX triplet: B3, AA and 98. RGB value is (179,170,152). Sum of RGB (Red+Green+Blue) = 179+170+152=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA98 is #4C5567. Grayscale: #AAAAAA. Windows color (decimal): -5002600 or 10005171. OLE color: 10005171.
HSL color Cylindrical-coordinate representation of color #B3AA98: hue angle of 40º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3AA98 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 170 | 152 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.30 |
| HSL | 40º | 0.15% | 0.65% | - |
| HSV(B) | 40º | 0.15% | 0.7% | - |
| XYZ | 38.63 | 40.6 | 35.51 | - |
| YUV | 170.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 152 | 0 | 0.05 | 0.15 | 0.30 | 40 | 0.15 | 0.65 |
| Hex | B3 | AA | 98 | 0 | 5 | F | 1E | 28 | F | 41 |
| Octal | 263 | 252 | 230 | 0 | 5 | 17 | 36 | 50 | 17 | 101 |
| Binary | 10110011 | 10101010 | 10011000 | 0 | 101 | 1111 | 11110 | 101000 | 1111 | 1000001 |
Color Harmonies of #B3AA98
Complementary color
Monochromatic Colors of #B3AA98
Black with #B3AA98
Text Example
Text Example
White with #B3AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AA98; }
p { color: rgb(179,170,152); }
H1.HeaderClassName
{
color: #B3AA98;
}
.AnyTagClassName
{
color: #B3AA98;
}
</style>
background-color css
<style>
a { background-color: #B3AA98; }
a { background-color: rgb(179,170,152); }
div.DivClassName
{
background-color: #B3AA98;
}
.BgClassName
{
background-color: #B3AA98;
}
</style>
border-color css
<style>
span { border-color: #B3AA98; }
span { border-color: rgb(179,170,152); }
td.TdClassName
{
border-color: #B3AA98;
}
.TagClassName
{
border-color: #B3AA98;
}
</style>