Shades of Bison Hide #B1A28E
Tints of Bison Hide #B1A28E
RGB
CMYK
RGB Variations
Color information
#B1A28E (or 0xB1A28E) is known color: Bison Hide. HEX triplet: B1, A2 and 8E. RGB value is (177,162,142). Sum of RGB (Red+Green+Blue) = 177+162+142=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A28E is #4E5D71. Grayscale: #A4A4A4. Windows color (decimal): -5135730 or 9347761. OLE color: 9347761.
HSL color Cylindrical-coordinate representation of color #B1A28E: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1A28E is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 142 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.31 |
| HSL | 34.29º | 0.18% | 0.63% | - |
| HSV(B) | 34.29º | 0.2% | 0.69% | - |
| XYZ | 35.93 | 37.14 | 30.87 | - |
| YUV | 164.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 142 | 0 | 0.08 | 0.20 | 0.31 | 34.29 | 0.18 | 0.63 |
| Hex | B1 | A2 | 8E | 0 | 8 | 14 | 1F | 22 | 12 | 3F |
| Octal | 261 | 242 | 216 | 0 | 10 | 24 | 37 | 42 | 22 | 77 |
| Binary | 10110001 | 10100010 | 10001110 | 0 | 1000 | 10100 | 11111 | 100010 | 10010 | 111111 |
Color Harmonies of #B1A28E
Complementary color
Monochromatic Colors of #B1A28E
Black with #B1A28E
Text Example
Text Example
White with #B1A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A28E; }
p { color: rgb(177,162,142); }
H1.HeaderClassName
{
color: #B1A28E;
}
.AnyTagClassName
{
color: #B1A28E;
}
</style>
background-color css
<style>
a { background-color: #B1A28E; }
a { background-color: rgb(177,162,142); }
div.DivClassName
{
background-color: #B1A28E;
}
.BgClassName
{
background-color: #B1A28E;
}
</style>
border-color css
<style>
span { border-color: #B1A28E; }
span { border-color: rgb(177,162,142); }
td.TdClassName
{
border-color: #B1A28E;
}
.TagClassName
{
border-color: #B1A28E;
}
</style>