Shades of Bison Hide #B4A791
Tints of Bison Hide #B4A791
RGB
CMYK
RGB Variations
Color information
#B4A791 (or 0xB4A791) is known color: Bison Hide. HEX triplet: B4, A7 and 91. RGB value is (180,167,145). Sum of RGB (Red+Green+Blue) = 180+167+145=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A791 is #4B586E. Grayscale: #A8A8A8. Windows color (decimal): -4937839 or 9545652. OLE color: 9545652.
HSL color Cylindrical-coordinate representation of color #B4A791: hue angle of 37.71º 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 #B4A791 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 167 | 145 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.29 |
| HSL | 37.71º | 0.19% | 0.64% | - |
| HSV(B) | 37.71º | 0.19% | 0.71% | - |
| XYZ | 37.75 | 39.39 | 32.4 | - |
| YUV | 168.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 145 | 0 | 0.07 | 0.19 | 0.29 | 37.71 | 0.19 | 0.64 |
| Hex | B4 | A7 | 91 | 0 | 7 | 13 | 1D | 26 | 13 | 40 |
| Octal | 264 | 247 | 221 | 0 | 7 | 23 | 35 | 46 | 23 | 100 |
| Binary | 10110100 | 10100111 | 10010001 | 0 | 111 | 10011 | 11101 | 100110 | 10011 | 1000000 |
Color Harmonies of #B4A791
Complementary color
Monochromatic Colors of #B4A791
Black with #B4A791
Text Example
Text Example
White with #B4A791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A791; }
p { color: rgb(180,167,145); }
H1.HeaderClassName
{
color: #B4A791;
}
.AnyTagClassName
{
color: #B4A791;
}
</style>
background-color css
<style>
a { background-color: #B4A791; }
a { background-color: rgb(180,167,145); }
div.DivClassName
{
background-color: #B4A791;
}
.BgClassName
{
background-color: #B4A791;
}
</style>
border-color css
<style>
span { border-color: #B4A791; }
span { border-color: rgb(180,167,145); }
td.TdClassName
{
border-color: #B4A791;
}
.TagClassName
{
border-color: #B4A791;
}
</style>