Shades of Bison Hide #B9AD90
Tints of Bison Hide #B9AD90
RGB
CMYK
RGB Variations
Color information
#B9AD90 (or 0xB9AD90) is known color: Bison Hide. HEX triplet: B9, AD and 90. RGB value is (185,173,144). Sum of RGB (Red+Green+Blue) = 185+173+144=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD90 is #46526F. Grayscale: #ADADAD. Windows color (decimal): -4608624 or 9481657. OLE color: 9481657.
HSL color Cylindrical-coordinate representation of color #B9AD90: hue angle of 42.44º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9AD90 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 144 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.27 |
| HSL | 42.44º | 0.23% | 0.65% | - |
| HSV(B) | 42.44º | 0.22% | 0.73% | - |
| XYZ | 39.99 | 42.22 | 32.43 | - |
| YUV | 173.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 144 | 0 | 0.06 | 0.22 | 0.27 | 42.44 | 0.23 | 0.65 |
| Hex | B9 | AD | 90 | 0 | 6 | 16 | 1B | 2A | 17 | 41 |
| Octal | 271 | 255 | 220 | 0 | 6 | 26 | 33 | 52 | 27 | 101 |
| Binary | 10111001 | 10101101 | 10010000 | 0 | 110 | 10110 | 11011 | 101010 | 10111 | 1000001 |
Color Harmonies of #B9AD90
Complementary color
Monochromatic Colors of #B9AD90
Black with #B9AD90
Text Example
Text Example
White with #B9AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD90; }
p { color: rgb(185,173,144); }
H1.HeaderClassName
{
color: #B9AD90;
}
.AnyTagClassName
{
color: #B9AD90;
}
</style>
background-color css
<style>
a { background-color: #B9AD90; }
a { background-color: rgb(185,173,144); }
div.DivClassName
{
background-color: #B9AD90;
}
.BgClassName
{
background-color: #B9AD90;
}
</style>
border-color css
<style>
span { border-color: #B9AD90; }
span { border-color: rgb(185,173,144); }
td.TdClassName
{
border-color: #B9AD90;
}
.TagClassName
{
border-color: #B9AD90;
}
</style>