Shades of Bison Hide #B3AD9B
Tints of Bison Hide #B3AD9B
RGB
CMYK
RGB Variations
Color information
#B3AD9B (or 0xB3AD9B) is known color: Bison Hide. HEX triplet: B3, AD and 9B. RGB value is (179,173,155). Sum of RGB (Red+Green+Blue) = 179+173+155=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD9B is #4C5264. Grayscale: #ACACAC. Windows color (decimal): -5001829 or 10202547. OLE color: 10202547.
HSL color Cylindrical-coordinate representation of color #B3AD9B: hue angle of 45º degrees, saturation: 0.14, 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 #B3AD9B is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 155 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.30 |
| HSL | 45º | 0.14% | 0.65% | - |
| HSV(B) | 45º | 0.13% | 0.7% | - |
| XYZ | 39.45 | 41.84 | 37.01 | - |
| YUV | 172.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 155 | 0 | 0.03 | 0.13 | 0.30 | 45 | 0.14 | 0.65 |
| Hex | B3 | AD | 9B | 0 | 3 | D | 1E | 2D | E | 41 |
| Octal | 263 | 255 | 233 | 0 | 3 | 15 | 36 | 55 | 16 | 101 |
| Binary | 10110011 | 10101101 | 10011011 | 0 | 11 | 1101 | 11110 | 101101 | 1110 | 1000001 |
Color Harmonies of #B3AD9B
Complementary color
Monochromatic Colors of #B3AD9B
Black with #B3AD9B
Text Example
Text Example
White with #B3AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD9B; }
p { color: rgb(179,173,155); }
H1.HeaderClassName
{
color: #B3AD9B;
}
.AnyTagClassName
{
color: #B3AD9B;
}
</style>
background-color css
<style>
a { background-color: #B3AD9B; }
a { background-color: rgb(179,173,155); }
div.DivClassName
{
background-color: #B3AD9B;
}
.BgClassName
{
background-color: #B3AD9B;
}
</style>
border-color css
<style>
span { border-color: #B3AD9B; }
span { border-color: rgb(179,173,155); }
td.TdClassName
{
border-color: #B3AD9B;
}
.TagClassName
{
border-color: #B3AD9B;
}
</style>