Shades of Bison Hide #B0A28D
Tints of Bison Hide #B0A28D
RGB
CMYK
RGB Variations
Color information
#B0A28D (or 0xB0A28D) is known color: Bison Hide. HEX triplet: B0, A2 and 8D. RGB value is (176,162,141). Sum of RGB (Red+Green+Blue) = 176+162+141=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A28D is #4F5D72. Grayscale: #A3A3A3. Windows color (decimal): -5201267 or 9282224. OLE color: 9282224.
HSL color Cylindrical-coordinate representation of color #B0A28D: hue angle of 36º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0A28D is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 141 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.31 |
| HSL | 36º | 0.18% | 0.62% | - |
| HSV(B) | 36º | 0.2% | 0.69% | - |
| XYZ | 35.63 | 36.99 | 30.46 | - |
| YUV | 163.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 141 | 0 | 0.08 | 0.20 | 0.31 | 36 | 0.18 | 0.62 |
| Hex | B0 | A2 | 8D | 0 | 8 | 14 | 1F | 24 | 12 | 3E |
| Octal | 260 | 242 | 215 | 0 | 10 | 24 | 37 | 44 | 22 | 76 |
| Binary | 10110000 | 10100010 | 10001101 | 0 | 1000 | 10100 | 11111 | 100100 | 10010 | 111110 |
Color Harmonies of #B0A28D
Complementary color
Monochromatic Colors of #B0A28D
Black with #B0A28D
Text Example
Text Example
White with #B0A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A28D; }
p { color: rgb(176,162,141); }
H1.HeaderClassName
{
color: #B0A28D;
}
.AnyTagClassName
{
color: #B0A28D;
}
</style>
background-color css
<style>
a { background-color: #B0A28D; }
a { background-color: rgb(176,162,141); }
div.DivClassName
{
background-color: #B0A28D;
}
.BgClassName
{
background-color: #B0A28D;
}
</style>
border-color css
<style>
span { border-color: #B0A28D; }
span { border-color: rgb(176,162,141); }
td.TdClassName
{
border-color: #B0A28D;
}
.TagClassName
{
border-color: #B0A28D;
}
</style>