Shades of Bison Hide #B2AA90
Tints of Bison Hide #B2AA90
RGB
CMYK
RGB Variations
Color information
#B2AA90 (or 0xB2AA90) is known color: Bison Hide. HEX triplet: B2, AA and 90. RGB value is (178,170,144). Sum of RGB (Red+Green+Blue) = 178+170+144=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA90 is #4D556F. Grayscale: #A9A9A9. Windows color (decimal): -5068144 or 9480882. OLE color: 9480882.
HSL color Cylindrical-coordinate representation of color #B2AA90: hue angle of 45.88º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2AA90 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 144 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.30 |
| HSL | 45.88º | 0.18% | 0.63% | - |
| HSV(B) | 45.88º | 0.19% | 0.7% | - |
| XYZ | 37.77 | 40.23 | 32.16 | - |
| YUV | 169.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 144 | 0 | 0.04 | 0.19 | 0.30 | 45.88 | 0.18 | 0.63 |
| Hex | B2 | AA | 90 | 0 | 4 | 13 | 1E | 2E | 12 | 3F |
| Octal | 262 | 252 | 220 | 0 | 4 | 23 | 36 | 56 | 22 | 77 |
| Binary | 10110010 | 10101010 | 10010000 | 0 | 100 | 10011 | 11110 | 101110 | 10010 | 111111 |
Color Harmonies of #B2AA90
Complementary color
Monochromatic Colors of #B2AA90
Black with #B2AA90
Text Example
Text Example
White with #B2AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA90; }
p { color: rgb(178,170,144); }
H1.HeaderClassName
{
color: #B2AA90;
}
.AnyTagClassName
{
color: #B2AA90;
}
</style>
background-color css
<style>
a { background-color: #B2AA90; }
a { background-color: rgb(178,170,144); }
div.DivClassName
{
background-color: #B2AA90;
}
.BgClassName
{
background-color: #B2AA90;
}
</style>
border-color css
<style>
span { border-color: #B2AA90; }
span { border-color: rgb(178,170,144); }
td.TdClassName
{
border-color: #B2AA90;
}
.TagClassName
{
border-color: #B2AA90;
}
</style>