Shades of Bison Hide #B1AB9C
Tints of Bison Hide #B1AB9C
RGB
CMYK
RGB Variations
Color information
#B1AB9C (or 0xB1AB9C) is known color: Bison Hide. HEX triplet: B1, AB and 9C. RGB value is (177,171,156). Sum of RGB (Red+Green+Blue) = 177+171+156=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB9C is #4E5463. Grayscale: #ABABAB. Windows color (decimal): -5133412 or 10267569. OLE color: 10267569.
HSL color Cylindrical-coordinate representation of color #B1AB9C: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1AB9C is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 156 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.31 |
| HSL | 42.86º | 0.12% | 0.65% | - |
| HSV(B) | 42.86º | 0.12% | 0.69% | - |
| XYZ | 38.7 | 40.87 | 37.3 | - |
| YUV | 171.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 156 | 0 | 0.03 | 0.12 | 0.31 | 42.86 | 0.12 | 0.65 |
| Hex | B1 | AB | 9C | 0 | 3 | C | 1F | 2B | C | 41 |
| Octal | 261 | 253 | 234 | 0 | 3 | 14 | 37 | 53 | 14 | 101 |
| Binary | 10110001 | 10101011 | 10011100 | 0 | 11 | 1100 | 11111 | 101011 | 1100 | 1000001 |
Color Harmonies of #B1AB9C
Complementary color
Monochromatic Colors of #B1AB9C
Black with #B1AB9C
Text Example
Text Example
White with #B1AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB9C; }
p { color: rgb(177,171,156); }
H1.HeaderClassName
{
color: #B1AB9C;
}
.AnyTagClassName
{
color: #B1AB9C;
}
</style>
background-color css
<style>
a { background-color: #B1AB9C; }
a { background-color: rgb(177,171,156); }
div.DivClassName
{
background-color: #B1AB9C;
}
.BgClassName
{
background-color: #B1AB9C;
}
</style>
border-color css
<style>
span { border-color: #B1AB9C; }
span { border-color: rgb(177,171,156); }
td.TdClassName
{
border-color: #B1AB9C;
}
.TagClassName
{
border-color: #B1AB9C;
}
</style>