Shades of Bison Hide #B4A792
Tints of Bison Hide #B4A792
RGB
CMYK
RGB Variations
Color information
#B4A792 (or 0xB4A792) is known color: Bison Hide. HEX triplet: B4, A7 and 92. RGB value is (180,167,146). Sum of RGB (Red+Green+Blue) = 180+167+146=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A792 is #4B586D. Grayscale: #A8A8A8. Windows color (decimal): -4937838 or 9611188. OLE color: 9611188.
HSL color Cylindrical-coordinate representation of color #B4A792: hue angle of 37.06º degrees, saturation: 0.18, 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 #B4A792 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 167 | 146 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.29 |
| HSL | 37.06º | 0.18% | 0.64% | - |
| HSV(B) | 37.06º | 0.19% | 0.71% | - |
| XYZ | 37.83 | 39.42 | 32.81 | - |
| YUV | 168.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 146 | 0 | 0.07 | 0.19 | 0.29 | 37.06 | 0.18 | 0.64 |
| Hex | B4 | A7 | 92 | 0 | 7 | 13 | 1D | 25 | 12 | 40 |
| Octal | 264 | 247 | 222 | 0 | 7 | 23 | 35 | 45 | 22 | 100 |
| Binary | 10110100 | 10100111 | 10010010 | 0 | 111 | 10011 | 11101 | 100101 | 10010 | 1000000 |
Color Harmonies of #B4A792
Complementary color
Monochromatic Colors of #B4A792
Black with #B4A792
Text Example
Text Example
White with #B4A792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A792; }
p { color: rgb(180,167,146); }
H1.HeaderClassName
{
color: #B4A792;
}
.AnyTagClassName
{
color: #B4A792;
}
</style>
background-color css
<style>
a { background-color: #B4A792; }
a { background-color: rgb(180,167,146); }
div.DivClassName
{
background-color: #B4A792;
}
.BgClassName
{
background-color: #B4A792;
}
</style>
border-color css
<style>
span { border-color: #B4A792; }
span { border-color: rgb(180,167,146); }
td.TdClassName
{
border-color: #B4A792;
}
.TagClassName
{
border-color: #B4A792;
}
</style>