Shades of Bison Hide #B1A78F
Tints of Bison Hide #B1A78F
RGB
CMYK
RGB Variations
Color information
#B1A78F (or 0xB1A78F) is known color: Bison Hide. HEX triplet: B1, A7 and 8F. RGB value is (177,167,143). Sum of RGB (Red+Green+Blue) = 177+167+143=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A78F is #4E5870. Grayscale: #A7A7A7. Windows color (decimal): -5134449 or 9414577. OLE color: 9414577.
HSL color Cylindrical-coordinate representation of color #B1A78F: hue angle of 42.35º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1A78F is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 143 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.31 |
| HSL | 42.35º | 0.18% | 0.63% | - |
| HSV(B) | 42.35º | 0.19% | 0.69% | - |
| XYZ | 36.91 | 38.97 | 31.56 | - |
| YUV | 167.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 143 | 0 | 0.06 | 0.19 | 0.31 | 42.35 | 0.18 | 0.63 |
| Hex | B1 | A7 | 8F | 0 | 6 | 13 | 1F | 2A | 12 | 3F |
| Octal | 261 | 247 | 217 | 0 | 6 | 23 | 37 | 52 | 22 | 77 |
| Binary | 10110001 | 10100111 | 10001111 | 0 | 110 | 10011 | 11111 | 101010 | 10010 | 111111 |
Color Harmonies of #B1A78F
Complementary color
Monochromatic Colors of #B1A78F
Black with #B1A78F
Text Example
Text Example
White with #B1A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A78F; }
p { color: rgb(177,167,143); }
H1.HeaderClassName
{
color: #B1A78F;
}
.AnyTagClassName
{
color: #B1A78F;
}
</style>
background-color css
<style>
a { background-color: #B1A78F; }
a { background-color: rgb(177,167,143); }
div.DivClassName
{
background-color: #B1A78F;
}
.BgClassName
{
background-color: #B1A78F;
}
</style>
border-color css
<style>
span { border-color: #B1A78F; }
span { border-color: rgb(177,167,143); }
td.TdClassName
{
border-color: #B1A78F;
}
.TagClassName
{
border-color: #B1A78F;
}
</style>