Shades of Bison Hide #B7AC90
Tints of Bison Hide #B7AC90
RGB
CMYK
RGB Variations
Color information
#B7AC90 (or 0xB7AC90) is known color: Bison Hide. HEX triplet: B7, AC and 90. RGB value is (183,172,144). Sum of RGB (Red+Green+Blue) = 183+172+144=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC90 is #48536F. Grayscale: #ACACAC. Windows color (decimal): -4739952 or 9481399. OLE color: 9481399.
HSL color Cylindrical-coordinate representation of color #B7AC90: hue angle of 43.08º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7AC90 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 172 | 144 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.28 |
| HSL | 43.08º | 0.21% | 0.64% | - |
| HSV(B) | 43.08º | 0.21% | 0.72% | - |
| XYZ | 39.32 | 41.59 | 32.34 | - |
| YUV | 172.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 144 | 0 | 0.06 | 0.21 | 0.28 | 43.08 | 0.21 | 0.64 |
| Hex | B7 | AC | 90 | 0 | 6 | 15 | 1C | 2B | 15 | 40 |
| Octal | 267 | 254 | 220 | 0 | 6 | 25 | 34 | 53 | 25 | 100 |
| Binary | 10110111 | 10101100 | 10010000 | 0 | 110 | 10101 | 11100 | 101011 | 10101 | 1000000 |
Color Harmonies of #B7AC90
Complementary color
Monochromatic Colors of #B7AC90
Black with #B7AC90
Text Example
Text Example
White with #B7AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AC90; }
p { color: rgb(183,172,144); }
H1.HeaderClassName
{
color: #B7AC90;
}
.AnyTagClassName
{
color: #B7AC90;
}
</style>
background-color css
<style>
a { background-color: #B7AC90; }
a { background-color: rgb(183,172,144); }
div.DivClassName
{
background-color: #B7AC90;
}
.BgClassName
{
background-color: #B7AC90;
}
</style>
border-color css
<style>
span { border-color: #B7AC90; }
span { border-color: rgb(183,172,144); }
td.TdClassName
{
border-color: #B7AC90;
}
.TagClassName
{
border-color: #B7AC90;
}
</style>