Shades of Bison Hide #B1A693
Tints of Bison Hide #B1A693
RGB
CMYK
RGB Variations
Color information
#B1A693 (or 0xB1A693) is known color: Bison Hide. HEX triplet: B1, A6 and 93. RGB value is (177,166,147). Sum of RGB (Red+Green+Blue) = 177+166+147=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A693 is #4E596C. Grayscale: #A7A7A7. Windows color (decimal): -5134701 or 9676465. OLE color: 9676465.
HSL color Cylindrical-coordinate representation of color #B1A693: hue angle of 38º 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 #B1A693 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 147 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.31 |
| HSL | 38º | 0.16% | 0.64% | - |
| HSV(B) | 38º | 0.17% | 0.69% | - |
| XYZ | 37.03 | 38.73 | 33.13 | - |
| YUV | 167.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 147 | 0 | 0.06 | 0.17 | 0.31 | 38 | 0.16 | 0.64 |
| Hex | B1 | A6 | 93 | 0 | 6 | 11 | 1F | 26 | 10 | 40 |
| Octal | 261 | 246 | 223 | 0 | 6 | 21 | 37 | 46 | 20 | 100 |
| Binary | 10110001 | 10100110 | 10010011 | 0 | 110 | 10001 | 11111 | 100110 | 10000 | 1000000 |
Color Harmonies of #B1A693
Complementary color
Monochromatic Colors of #B1A693
Black with #B1A693
Text Example
Text Example
White with #B1A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A693; }
p { color: rgb(177,166,147); }
H1.HeaderClassName
{
color: #B1A693;
}
.AnyTagClassName
{
color: #B1A693;
}
</style>
background-color css
<style>
a { background-color: #B1A693; }
a { background-color: rgb(177,166,147); }
div.DivClassName
{
background-color: #B1A693;
}
.BgClassName
{
background-color: #B1A693;
}
</style>
border-color css
<style>
span { border-color: #B1A693; }
span { border-color: rgb(177,166,147); }
td.TdClassName
{
border-color: #B1A693;
}
.TagClassName
{
border-color: #B1A693;
}
</style>