Shades of Bison Hide #B2A68F
Tints of Bison Hide #B2A68F
RGB
CMYK
RGB Variations
Color information
#B2A68F (or 0xB2A68F) is known color: Bison Hide. HEX triplet: B2, A6 and 8F. RGB value is (178,166,143). Sum of RGB (Red+Green+Blue) = 178+166+143=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A68F is #4D5970. Grayscale: #A7A7A7. Windows color (decimal): -5069169 or 9414322. OLE color: 9414322.
HSL color Cylindrical-coordinate representation of color #B2A68F: hue angle of 39.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2A68F is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 143 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.30 |
| HSL | 39.43º | 0.19% | 0.63% | - |
| HSV(B) | 39.43º | 0.2% | 0.7% | - |
| XYZ | 36.95 | 38.72 | 31.51 | - |
| YUV | 166.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 143 | 0 | 0.07 | 0.20 | 0.30 | 39.43 | 0.19 | 0.63 |
| Hex | B2 | A6 | 8F | 0 | 7 | 14 | 1E | 27 | 13 | 3F |
| Octal | 262 | 246 | 217 | 0 | 7 | 24 | 36 | 47 | 23 | 77 |
| Binary | 10110010 | 10100110 | 10001111 | 0 | 111 | 10100 | 11110 | 100111 | 10011 | 111111 |
Color Harmonies of #B2A68F
Complementary color
Monochromatic Colors of #B2A68F
Black with #B2A68F
Text Example
Text Example
White with #B2A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A68F; }
p { color: rgb(178,166,143); }
H1.HeaderClassName
{
color: #B2A68F;
}
.AnyTagClassName
{
color: #B2A68F;
}
</style>
background-color css
<style>
a { background-color: #B2A68F; }
a { background-color: rgb(178,166,143); }
div.DivClassName
{
background-color: #B2A68F;
}
.BgClassName
{
background-color: #B2A68F;
}
</style>
border-color css
<style>
span { border-color: #B2A68F; }
span { border-color: rgb(178,166,143); }
td.TdClassName
{
border-color: #B2A68F;
}
.TagClassName
{
border-color: #B2A68F;
}
</style>