Shades of Bison Hide #B2A88D
Tints of Bison Hide #B2A88D
RGB
CMYK
RGB Variations
Color information
#B2A88D (or 0xB2A88D) is known color: Bison Hide. HEX triplet: B2, A8 and 8D. RGB value is (178,168,141). Sum of RGB (Red+Green+Blue) = 178+168+141=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A88D is #4D5772. Grayscale: #A8A8A8. Windows color (decimal): -5068659 or 9283762. OLE color: 9283762.
HSL color Cylindrical-coordinate representation of color #B2A88D: hue angle of 43.78º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2A88D is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 141 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.30 |
| HSL | 43.78º | 0.19% | 0.63% | - |
| HSV(B) | 43.78º | 0.21% | 0.7% | - |
| XYZ | 37.17 | 39.39 | 30.84 | - |
| YUV | 167.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 141 | 0 | 0.06 | 0.21 | 0.30 | 43.78 | 0.19 | 0.63 |
| Hex | B2 | A8 | 8D | 0 | 6 | 15 | 1E | 2C | 13 | 3F |
| Octal | 262 | 250 | 215 | 0 | 6 | 25 | 36 | 54 | 23 | 77 |
| Binary | 10110010 | 10101000 | 10001101 | 0 | 110 | 10101 | 11110 | 101100 | 10011 | 111111 |
Color Harmonies of #B2A88D
Complementary color
Monochromatic Colors of #B2A88D
Black with #B2A88D
Text Example
Text Example
White with #B2A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A88D; }
p { color: rgb(178,168,141); }
H1.HeaderClassName
{
color: #B2A88D;
}
.AnyTagClassName
{
color: #B2A88D;
}
</style>
background-color css
<style>
a { background-color: #B2A88D; }
a { background-color: rgb(178,168,141); }
div.DivClassName
{
background-color: #B2A88D;
}
.BgClassName
{
background-color: #B2A88D;
}
</style>
border-color css
<style>
span { border-color: #B2A88D; }
span { border-color: rgb(178,168,141); }
td.TdClassName
{
border-color: #B2A88D;
}
.TagClassName
{
border-color: #B2A88D;
}
</style>