Shades of Bison Hide #B2AB9B
Tints of Bison Hide #B2AB9B
RGB
CMYK
RGB Variations
Color information
#B2AB9B (or 0xB2AB9B) is known color: Bison Hide. HEX triplet: B2, AB and 9B. RGB value is (178,171,155). Sum of RGB (Red+Green+Blue) = 178+171+155=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB9B is #4D5464. Grayscale: #ABABAB. Windows color (decimal): -5067877 or 10202034. OLE color: 10202034.
HSL color Cylindrical-coordinate representation of color #B2AB9B: hue angle of 41.74º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2AB9B is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 155 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.30 |
| HSL | 41.74º | 0.13% | 0.65% | - |
| HSV(B) | 41.74º | 0.13% | 0.7% | - |
| XYZ | 38.84 | 40.96 | 36.87 | - |
| YUV | 171.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 155 | 0 | 0.04 | 0.13 | 0.30 | 41.74 | 0.13 | 0.65 |
| Hex | B2 | AB | 9B | 0 | 4 | D | 1E | 2A | D | 41 |
| Octal | 262 | 253 | 233 | 0 | 4 | 15 | 36 | 52 | 15 | 101 |
| Binary | 10110010 | 10101011 | 10011011 | 0 | 100 | 1101 | 11110 | 101010 | 1101 | 1000001 |
Color Harmonies of #B2AB9B
Complementary color
Monochromatic Colors of #B2AB9B
Black with #B2AB9B
Text Example
Text Example
White with #B2AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB9B; }
p { color: rgb(178,171,155); }
H1.HeaderClassName
{
color: #B2AB9B;
}
.AnyTagClassName
{
color: #B2AB9B;
}
</style>
background-color css
<style>
a { background-color: #B2AB9B; }
a { background-color: rgb(178,171,155); }
div.DivClassName
{
background-color: #B2AB9B;
}
.BgClassName
{
background-color: #B2AB9B;
}
</style>
border-color css
<style>
span { border-color: #B2AB9B; }
span { border-color: rgb(178,171,155); }
td.TdClassName
{
border-color: #B2AB9B;
}
.TagClassName
{
border-color: #B2AB9B;
}
</style>