Shades of Bison Hide #B2AD9E
Tints of Bison Hide #B2AD9E
RGB
CMYK
RGB Variations
Color information
#B2AD9E (or 0xB2AD9E) is known color: Bison Hide. HEX triplet: B2, AD and 9E. RGB value is (178,173,158). Sum of RGB (Red+Green+Blue) = 178+173+158=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AD9E is #4D5261. Grayscale: #ACACAC. Windows color (decimal): -5067362 or 10399154. OLE color: 10399154.
HSL color Cylindrical-coordinate representation of color #B2AD9E: hue angle of 45º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2AD9E is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 158 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.30 |
| HSL | 45º | 0.11% | 0.66% | - |
| HSV(B) | 45º | 0.11% | 0.7% | - |
| XYZ | 39.48 | 41.82 | 38.34 | - |
| YUV | 172.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 158 | 0 | 0.03 | 0.11 | 0.30 | 45 | 0.11 | 0.66 |
| Hex | B2 | AD | 9E | 0 | 3 | B | 1E | 2D | B | 42 |
| Octal | 262 | 255 | 236 | 0 | 3 | 13 | 36 | 55 | 13 | 102 |
| Binary | 10110010 | 10101101 | 10011110 | 0 | 11 | 1011 | 11110 | 101101 | 1011 | 1000010 |
Color Harmonies of #B2AD9E
Complementary color
Monochromatic Colors of #B2AD9E
Black with #B2AD9E
Text Example
Text Example
White with #B2AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD9E; }
p { color: rgb(178,173,158); }
H1.HeaderClassName
{
color: #B2AD9E;
}
.AnyTagClassName
{
color: #B2AD9E;
}
</style>
background-color css
<style>
a { background-color: #B2AD9E; }
a { background-color: rgb(178,173,158); }
div.DivClassName
{
background-color: #B2AD9E;
}
.BgClassName
{
background-color: #B2AD9E;
}
</style>
border-color css
<style>
span { border-color: #B2AD9E; }
span { border-color: rgb(178,173,158); }
td.TdClassName
{
border-color: #B2AD9E;
}
.TagClassName
{
border-color: #B2AD9E;
}
</style>