Shades of Bison Hide #B5A792
Tints of Bison Hide #B5A792
RGB
CMYK
RGB Variations
Color information
#B5A792 (or 0xB5A792) is known color: Bison Hide. HEX triplet: B5, A7 and 92. RGB value is (181,167,146). Sum of RGB (Red+Green+Blue) = 181+167+146=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A792 is #4A586D. Grayscale: #A8A8A8. Windows color (decimal): -4872302 or 9611189. OLE color: 9611189.
HSL color Cylindrical-coordinate representation of color #B5A792: hue angle of 36º 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 #B5A792 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 167 | 146 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.29 |
| HSL | 36º | 0.19% | 0.64% | - |
| HSV(B) | 36º | 0.19% | 0.71% | - |
| XYZ | 38.06 | 39.54 | 32.82 | - |
| YUV | 168.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 167 | 146 | 0 | 0.08 | 0.19 | 0.29 | 36 | 0.19 | 0.64 |
| Hex | B5 | A7 | 92 | 0 | 8 | 13 | 1D | 24 | 13 | 40 |
| Octal | 265 | 247 | 222 | 0 | 10 | 23 | 35 | 44 | 23 | 100 |
| Binary | 10110101 | 10100111 | 10010010 | 0 | 1000 | 10011 | 11101 | 100100 | 10011 | 1000000 |
Color Harmonies of #B5A792
Complementary color
Monochromatic Colors of #B5A792
Black with #B5A792
Text Example
Text Example
White with #B5A792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A792; }
p { color: rgb(181,167,146); }
H1.HeaderClassName
{
color: #B5A792;
}
.AnyTagClassName
{
color: #B5A792;
}
</style>
background-color css
<style>
a { background-color: #B5A792; }
a { background-color: rgb(181,167,146); }
div.DivClassName
{
background-color: #B5A792;
}
.BgClassName
{
background-color: #B5A792;
}
</style>
border-color css
<style>
span { border-color: #B5A792; }
span { border-color: rgb(181,167,146); }
td.TdClassName
{
border-color: #B5A792;
}
.TagClassName
{
border-color: #B5A792;
}
</style>