Shades of Bison Hide #B1AD9F
Tints of Bison Hide #B1AD9F
RGB
CMYK
RGB Variations
Color information
#B1AD9F (or 0xB1AD9F) is known color: Bison Hide. HEX triplet: B1, AD and 9F. RGB value is (177,173,159). Sum of RGB (Red+Green+Blue) = 177+173+159=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD9F is #4E5260. Grayscale: #ACACAC. Windows color (decimal): -5132897 or 10464689. OLE color: 10464689.
HSL color Cylindrical-coordinate representation of color #B1AD9F: hue angle of 46.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1AD9F is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 159 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.31 |
| HSL | 46.67º | 0.1% | 0.66% | - |
| HSV(B) | 46.67º | 0.1% | 0.69% | - |
| XYZ | 39.33 | 41.74 | 38.78 | - |
| YUV | 172.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 159 | 0 | 0.02 | 0.10 | 0.31 | 46.67 | 0.1 | 0.66 |
| Hex | B1 | AD | 9F | 0 | 2 | A | 1F | 2F | A | 42 |
| Octal | 261 | 255 | 237 | 0 | 2 | 12 | 37 | 57 | 12 | 102 |
| Binary | 10110001 | 10101101 | 10011111 | 0 | 10 | 1010 | 11111 | 101111 | 1010 | 1000010 |
Color Harmonies of #B1AD9F
Complementary color
Monochromatic Colors of #B1AD9F
Black with #B1AD9F
Text Example
Text Example
White with #B1AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD9F; }
p { color: rgb(177,173,159); }
H1.HeaderClassName
{
color: #B1AD9F;
}
.AnyTagClassName
{
color: #B1AD9F;
}
</style>
background-color css
<style>
a { background-color: #B1AD9F; }
a { background-color: rgb(177,173,159); }
div.DivClassName
{
background-color: #B1AD9F;
}
.BgClassName
{
background-color: #B1AD9F;
}
</style>
border-color css
<style>
span { border-color: #B1AD9F; }
span { border-color: rgb(177,173,159); }
td.TdClassName
{
border-color: #B1AD9F;
}
.TagClassName
{
border-color: #B1AD9F;
}
</style>