Shades of Bison Hide #B5AD93
Tints of Bison Hide #B5AD93
RGB
CMYK
RGB Variations
Color information
#B5AD93 (or 0xB5AD93) is known color: Bison Hide. HEX triplet: B5, AD and 93. RGB value is (181,173,147). Sum of RGB (Red+Green+Blue) = 181+173+147=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD93 is #4A526C. Grayscale: #ACACAC. Windows color (decimal): -4870765 or 9678261. OLE color: 9678261.
HSL color Cylindrical-coordinate representation of color #B5AD93: hue angle of 45.88º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5AD93 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 147 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.29 |
| HSL | 45.88º | 0.19% | 0.64% | - |
| HSV(B) | 45.88º | 0.19% | 0.71% | - |
| XYZ | 39.27 | 41.82 | 33.61 | - |
| YUV | 172.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 147 | 0 | 0.04 | 0.19 | 0.29 | 45.88 | 0.19 | 0.64 |
| Hex | B5 | AD | 93 | 0 | 4 | 13 | 1D | 2E | 13 | 40 |
| Octal | 265 | 255 | 223 | 0 | 4 | 23 | 35 | 56 | 23 | 100 |
| Binary | 10110101 | 10101101 | 10010011 | 0 | 100 | 10011 | 11101 | 101110 | 10011 | 1000000 |
Color Harmonies of #B5AD93
Complementary color
Monochromatic Colors of #B5AD93
Black with #B5AD93
Text Example
Text Example
White with #B5AD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD93; }
p { color: rgb(181,173,147); }
H1.HeaderClassName
{
color: #B5AD93;
}
.AnyTagClassName
{
color: #B5AD93;
}
</style>
background-color css
<style>
a { background-color: #B5AD93; }
a { background-color: rgb(181,173,147); }
div.DivClassName
{
background-color: #B5AD93;
}
.BgClassName
{
background-color: #B5AD93;
}
</style>
border-color css
<style>
span { border-color: #B5AD93; }
span { border-color: rgb(181,173,147); }
td.TdClassName
{
border-color: #B5AD93;
}
.TagClassName
{
border-color: #B5AD93;
}
</style>