Shades of Bison Hide #B3A792
Tints of Bison Hide #B3A792
RGB
CMYK
RGB Variations
Color information
#B3A792 (or 0xB3A792) is known color: Bison Hide. HEX triplet: B3, A7 and 92. RGB value is (179,167,146). Sum of RGB (Red+Green+Blue) = 179+167+146=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A792 is #4C586D. Grayscale: #A8A8A8. Windows color (decimal): -5003374 or 9611187. OLE color: 9611187.
HSL color Cylindrical-coordinate representation of color #B3A792: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3A792 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 167 | 146 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.30 |
| HSL | 38.18º | 0.18% | 0.64% | - |
| HSV(B) | 38.18º | 0.18% | 0.7% | - |
| XYZ | 37.6 | 39.3 | 32.8 | - |
| YUV | 168.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 167 | 146 | 0 | 0.07 | 0.18 | 0.30 | 38.18 | 0.18 | 0.64 |
| Hex | B3 | A7 | 92 | 0 | 7 | 12 | 1E | 26 | 12 | 40 |
| Octal | 263 | 247 | 222 | 0 | 7 | 22 | 36 | 46 | 22 | 100 |
| Binary | 10110011 | 10100111 | 10010010 | 0 | 111 | 10010 | 11110 | 100110 | 10010 | 1000000 |
Color Harmonies of #B3A792
Complementary color
Monochromatic Colors of #B3A792
Black with #B3A792
Text Example
Text Example
White with #B3A792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A792; }
p { color: rgb(179,167,146); }
H1.HeaderClassName
{
color: #B3A792;
}
.AnyTagClassName
{
color: #B3A792;
}
</style>
background-color css
<style>
a { background-color: #B3A792; }
a { background-color: rgb(179,167,146); }
div.DivClassName
{
background-color: #B3A792;
}
.BgClassName
{
background-color: #B3A792;
}
</style>
border-color css
<style>
span { border-color: #B3A792; }
span { border-color: rgb(179,167,146); }
td.TdClassName
{
border-color: #B3A792;
}
.TagClassName
{
border-color: #B3A792;
}
</style>