Shades of Bison Hide #B2A98E
Tints of Bison Hide #B2A98E
RGB
CMYK
RGB Variations
Color information
#B2A98E (or 0xB2A98E) is known color: Bison Hide. HEX triplet: B2, A9 and 8E. RGB value is (178,169,142). Sum of RGB (Red+Green+Blue) = 178+169+142=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A98E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A98E is #4D5671. Grayscale: #A8A8A8. Windows color (decimal): -5068402 or 9349554. OLE color: 9349554.
HSL color Cylindrical-coordinate representation of color #B2A98E: hue angle of 45º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2A98E is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 169 | 142 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.30 |
| HSL | 45º | 0.19% | 0.63% | - |
| HSV(B) | 45º | 0.2% | 0.7% | - |
| XYZ | 37.43 | 39.79 | 31.3 | - |
| YUV | 168.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 142 | 0 | 0.05 | 0.20 | 0.30 | 45 | 0.19 | 0.63 |
| Hex | B2 | A9 | 8E | 0 | 5 | 14 | 1E | 2D | 13 | 3F |
| Octal | 262 | 251 | 216 | 0 | 5 | 24 | 36 | 55 | 23 | 77 |
| Binary | 10110010 | 10101001 | 10001110 | 0 | 101 | 10100 | 11110 | 101101 | 10011 | 111111 |
Color Harmonies of #B2A98E
Complementary color
Monochromatic Colors of #B2A98E
Black with #B2A98E
Text Example
Text Example
White with #B2A98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A98E; }
p { color: rgb(178,169,142); }
H1.HeaderClassName
{
color: #B2A98E;
}
.AnyTagClassName
{
color: #B2A98E;
}
</style>
background-color css
<style>
a { background-color: #B2A98E; }
a { background-color: rgb(178,169,142); }
div.DivClassName
{
background-color: #B2A98E;
}
.BgClassName
{
background-color: #B2A98E;
}
</style>
border-color css
<style>
span { border-color: #B2A98E; }
span { border-color: rgb(178,169,142); }
td.TdClassName
{
border-color: #B2A98E;
}
.TagClassName
{
border-color: #B2A98E;
}
</style>