Shades of Bison Hide #B9AD93
Tints of Bison Hide #B9AD93
RGB
CMYK
RGB Variations
Color information
#B9AD93 (or 0xB9AD93) is known color: Bison Hide. HEX triplet: B9, AD and 93. RGB value is (185,173,147). Sum of RGB (Red+Green+Blue) = 185+173+147=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD93 is #46526C. Grayscale: #ADADAD. Windows color (decimal): -4608621 or 9678265. OLE color: 9678265.
HSL color Cylindrical-coordinate representation of color #B9AD93: hue angle of 41.05º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9AD93 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 147 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.27 |
| HSL | 41.05º | 0.21% | 0.65% | - |
| HSV(B) | 41.05º | 0.21% | 0.73% | - |
| XYZ | 40.22 | 42.31 | 33.65 | - |
| YUV | 173.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 147 | 0 | 0.06 | 0.21 | 0.27 | 41.05 | 0.21 | 0.65 |
| Hex | B9 | AD | 93 | 0 | 6 | 15 | 1B | 29 | 15 | 41 |
| Octal | 271 | 255 | 223 | 0 | 6 | 25 | 33 | 51 | 25 | 101 |
| Binary | 10111001 | 10101101 | 10010011 | 0 | 110 | 10101 | 11011 | 101001 | 10101 | 1000001 |
Color Harmonies of #B9AD93
Complementary color
Monochromatic Colors of #B9AD93
Black with #B9AD93
Text Example
Text Example
White with #B9AD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD93; }
p { color: rgb(185,173,147); }
H1.HeaderClassName
{
color: #B9AD93;
}
.AnyTagClassName
{
color: #B9AD93;
}
</style>
background-color css
<style>
a { background-color: #B9AD93; }
a { background-color: rgb(185,173,147); }
div.DivClassName
{
background-color: #B9AD93;
}
.BgClassName
{
background-color: #B9AD93;
}
</style>
border-color css
<style>
span { border-color: #B9AD93; }
span { border-color: rgb(185,173,147); }
td.TdClassName
{
border-color: #B9AD93;
}
.TagClassName
{
border-color: #B9AD93;
}
</style>