Shades of Bison Hide #B5AA8E
Tints of Bison Hide #B5AA8E
RGB
CMYK
RGB Variations
Color information
#B5AA8E (or 0xB5AA8E) is known color: Bison Hide. HEX triplet: B5, AA and 8E. RGB value is (181,170,142). Sum of RGB (Red+Green+Blue) = 181+170+142=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AA8E is #4A5571. Grayscale: #AAAAAA. Windows color (decimal): -4871538 or 9349813. OLE color: 9349813.
HSL color Cylindrical-coordinate representation of color #B5AA8E: hue angle of 43.08º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5AA8E is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 170 | 142 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.29 |
| HSL | 43.08º | 0.21% | 0.63% | - |
| HSV(B) | 43.08º | 0.22% | 0.71% | - |
| XYZ | 38.31 | 40.53 | 31.39 | - |
| YUV | 170.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 142 | 0 | 0.06 | 0.22 | 0.29 | 43.08 | 0.21 | 0.63 |
| Hex | B5 | AA | 8E | 0 | 6 | 16 | 1D | 2B | 15 | 3F |
| Octal | 265 | 252 | 216 | 0 | 6 | 26 | 35 | 53 | 25 | 77 |
| Binary | 10110101 | 10101010 | 10001110 | 0 | 110 | 10110 | 11101 | 101011 | 10101 | 111111 |
Color Harmonies of #B5AA8E
Complementary color
Monochromatic Colors of #B5AA8E
Black with #B5AA8E
Text Example
Text Example
White with #B5AA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AA8E; }
p { color: rgb(181,170,142); }
H1.HeaderClassName
{
color: #B5AA8E;
}
.AnyTagClassName
{
color: #B5AA8E;
}
</style>
background-color css
<style>
a { background-color: #B5AA8E; }
a { background-color: rgb(181,170,142); }
div.DivClassName
{
background-color: #B5AA8E;
}
.BgClassName
{
background-color: #B5AA8E;
}
</style>
border-color css
<style>
span { border-color: #B5AA8E; }
span { border-color: rgb(181,170,142); }
td.TdClassName
{
border-color: #B5AA8E;
}
.TagClassName
{
border-color: #B5AA8E;
}
</style>