Shades of Bison Hide #B1A68D
Tints of Bison Hide #B1A68D
RGB
CMYK
RGB Variations
Color information
#B1A68D (or 0xB1A68D) is known color: Bison Hide. HEX triplet: B1, A6 and 8D. RGB value is (177,166,141). Sum of RGB (Red+Green+Blue) = 177+166+141=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A68D is #4E5972. Grayscale: #A6A6A6. Windows color (decimal): -5134707 or 9283249. OLE color: 9283249.
HSL color Cylindrical-coordinate representation of color #B1A68D: hue angle of 41.67º degrees, saturation: 0.19, 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 #B1A68D is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 141 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.31 |
| HSL | 41.67º | 0.19% | 0.62% | - |
| HSV(B) | 41.67º | 0.2% | 0.69% | - |
| XYZ | 36.58 | 38.54 | 30.71 | - |
| YUV | 166.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 141 | 0 | 0.06 | 0.20 | 0.31 | 41.67 | 0.19 | 0.62 |
| Hex | B1 | A6 | 8D | 0 | 6 | 14 | 1F | 2A | 13 | 3E |
| Octal | 261 | 246 | 215 | 0 | 6 | 24 | 37 | 52 | 23 | 76 |
| Binary | 10110001 | 10100110 | 10001101 | 0 | 110 | 10100 | 11111 | 101010 | 10011 | 111110 |
Color Harmonies of #B1A68D
Complementary color
Monochromatic Colors of #B1A68D
Black with #B1A68D
Text Example
Text Example
White with #B1A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A68D; }
p { color: rgb(177,166,141); }
H1.HeaderClassName
{
color: #B1A68D;
}
.AnyTagClassName
{
color: #B1A68D;
}
</style>
background-color css
<style>
a { background-color: #B1A68D; }
a { background-color: rgb(177,166,141); }
div.DivClassName
{
background-color: #B1A68D;
}
.BgClassName
{
background-color: #B1A68D;
}
</style>
border-color css
<style>
span { border-color: #B1A68D; }
span { border-color: rgb(177,166,141); }
td.TdClassName
{
border-color: #B1A68D;
}
.TagClassName
{
border-color: #B1A68D;
}
</style>