Shades of Bison Hide #B1AA93
Tints of Bison Hide #B1AA93
RGB
CMYK
RGB Variations
Color information
#B1AA93 (or 0xB1AA93) is known color: Bison Hide. HEX triplet: B1, AA and 93. RGB value is (177,170,147). Sum of RGB (Red+Green+Blue) = 177+170+147=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA93 is #4E556C. Grayscale: #A9A9A9. Windows color (decimal): -5133677 or 9677489. OLE color: 9677489.
HSL color Cylindrical-coordinate representation of color #B1AA93: hue angle of 46º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1AA93 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 147 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.31 |
| HSL | 46º | 0.16% | 0.64% | - |
| HSV(B) | 46º | 0.17% | 0.69% | - |
| XYZ | 37.77 | 40.2 | 33.37 | - |
| YUV | 169.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 147 | 0 | 0.04 | 0.17 | 0.31 | 46 | 0.16 | 0.64 |
| Hex | B1 | AA | 93 | 0 | 4 | 11 | 1F | 2E | 10 | 40 |
| Octal | 261 | 252 | 223 | 0 | 4 | 21 | 37 | 56 | 20 | 100 |
| Binary | 10110001 | 10101010 | 10010011 | 0 | 100 | 10001 | 11111 | 101110 | 10000 | 1000000 |
Color Harmonies of #B1AA93
Complementary color
Monochromatic Colors of #B1AA93
Black with #B1AA93
Text Example
Text Example
White with #B1AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA93; }
p { color: rgb(177,170,147); }
H1.HeaderClassName
{
color: #B1AA93;
}
.AnyTagClassName
{
color: #B1AA93;
}
</style>
background-color css
<style>
a { background-color: #B1AA93; }
a { background-color: rgb(177,170,147); }
div.DivClassName
{
background-color: #B1AA93;
}
.BgClassName
{
background-color: #B1AA93;
}
</style>
border-color css
<style>
span { border-color: #B1AA93; }
span { border-color: rgb(177,170,147); }
td.TdClassName
{
border-color: #B1AA93;
}
.TagClassName
{
border-color: #B1AA93;
}
</style>