Shades of Bison Hide #B3AD9E
Tints of Bison Hide #B3AD9E
RGB
CMYK
RGB Variations
Color information
#B3AD9E (or 0xB3AD9E) is known color: Bison Hide. HEX triplet: B3, AD and 9E. RGB value is (179,173,158). Sum of RGB (Red+Green+Blue) = 179+173+158=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD9E is #4C5261. Grayscale: #ADADAD. Windows color (decimal): -5001826 or 10399155. OLE color: 10399155.
HSL color Cylindrical-coordinate representation of color #B3AD9E: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3AD9E is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 158 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.30 |
| HSL | 42.86º | 0.12% | 0.66% | - |
| HSV(B) | 42.86º | 0.12% | 0.7% | - |
| XYZ | 39.71 | 41.94 | 38.35 | - |
| YUV | 173.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 158 | 0 | 0.03 | 0.12 | 0.30 | 42.86 | 0.12 | 0.66 |
| Hex | B3 | AD | 9E | 0 | 3 | C | 1E | 2B | C | 42 |
| Octal | 263 | 255 | 236 | 0 | 3 | 14 | 36 | 53 | 14 | 102 |
| Binary | 10110011 | 10101101 | 10011110 | 0 | 11 | 1100 | 11110 | 101011 | 1100 | 1000010 |
Color Harmonies of #B3AD9E
Complementary color
Monochromatic Colors of #B3AD9E
Black with #B3AD9E
Text Example
Text Example
White with #B3AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD9E; }
p { color: rgb(179,173,158); }
H1.HeaderClassName
{
color: #B3AD9E;
}
.AnyTagClassName
{
color: #B3AD9E;
}
</style>
background-color css
<style>
a { background-color: #B3AD9E; }
a { background-color: rgb(179,173,158); }
div.DivClassName
{
background-color: #B3AD9E;
}
.BgClassName
{
background-color: #B3AD9E;
}
</style>
border-color css
<style>
span { border-color: #B3AD9E; }
span { border-color: rgb(179,173,158); }
td.TdClassName
{
border-color: #B3AD9E;
}
.TagClassName
{
border-color: #B3AD9E;
}
</style>