Shades of Bison Hide #B3AB9A
Tints of Bison Hide #B3AB9A
RGB
CMYK
RGB Variations
Color information
#B3AB9A (or 0xB3AB9A) is known color: Bison Hide. HEX triplet: B3, AB and 9A. RGB value is (179,171,154). Sum of RGB (Red+Green+Blue) = 179+171+154=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB9A is #4C5465. Grayscale: #ABABAB. Windows color (decimal): -5002342 or 10136499. OLE color: 10136499.
HSL color Cylindrical-coordinate representation of color #B3AB9A: hue angle of 40.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3AB9A is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 171 | 154 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.30 |
| HSL | 40.8º | 0.14% | 0.65% | - |
| HSV(B) | 40.8º | 0.14% | 0.7% | - |
| XYZ | 38.99 | 41.04 | 36.44 | - |
| YUV | 171.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 154 | 0 | 0.04 | 0.14 | 0.30 | 40.8 | 0.14 | 0.65 |
| Hex | B3 | AB | 9A | 0 | 4 | E | 1E | 29 | E | 41 |
| Octal | 263 | 253 | 232 | 0 | 4 | 16 | 36 | 51 | 16 | 101 |
| Binary | 10110011 | 10101011 | 10011010 | 0 | 100 | 1110 | 11110 | 101001 | 1110 | 1000001 |
Color Harmonies of #B3AB9A
Complementary color
Monochromatic Colors of #B3AB9A
Black with #B3AB9A
Text Example
Text Example
White with #B3AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AB9A; }
p { color: rgb(179,171,154); }
H1.HeaderClassName
{
color: #B3AB9A;
}
.AnyTagClassName
{
color: #B3AB9A;
}
</style>
background-color css
<style>
a { background-color: #B3AB9A; }
a { background-color: rgb(179,171,154); }
div.DivClassName
{
background-color: #B3AB9A;
}
.BgClassName
{
background-color: #B3AB9A;
}
</style>
border-color css
<style>
span { border-color: #B3AB9A; }
span { border-color: rgb(179,171,154); }
td.TdClassName
{
border-color: #B3AB9A;
}
.TagClassName
{
border-color: #B3AB9A;
}
</style>