Shades of Bison Hide #B8B19A
Tints of Bison Hide #B8B19A
RGB
CMYK
RGB Variations
Color information
#B8B19A (or 0xB8B19A) is known color: Bison Hide. HEX triplet: B8, B1 and 9A. RGB value is (184,177,154). Sum of RGB (Red+Green+Blue) = 184+177+154=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B19A is #474E65. Grayscale: #B0B0B0. Windows color (decimal): -4673126 or 10138040. OLE color: 10138040.
HSL color Cylindrical-coordinate representation of color #B8B19A: hue angle of 46º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8B19A is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 154 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.28 |
| HSL | 46º | 0.17% | 0.66% | - |
| HSV(B) | 46º | 0.16% | 0.72% | - |
| XYZ | 41.32 | 43.97 | 36.88 | - |
| YUV | 176.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 154 | 0 | 0.04 | 0.16 | 0.28 | 46 | 0.17 | 0.66 |
| Hex | B8 | B1 | 9A | 0 | 4 | 10 | 1C | 2E | 11 | 42 |
| Octal | 270 | 261 | 232 | 0 | 4 | 20 | 34 | 56 | 21 | 102 |
| Binary | 10111000 | 10110001 | 10011010 | 0 | 100 | 10000 | 11100 | 101110 | 10001 | 1000010 |
Color Harmonies of #B8B19A
Complementary color
Monochromatic Colors of #B8B19A
Black with #B8B19A
Text Example
Text Example
White with #B8B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B19A; }
p { color: rgb(184,177,154); }
H1.HeaderClassName
{
color: #B8B19A;
}
.AnyTagClassName
{
color: #B8B19A;
}
</style>
background-color css
<style>
a { background-color: #B8B19A; }
a { background-color: rgb(184,177,154); }
div.DivClassName
{
background-color: #B8B19A;
}
.BgClassName
{
background-color: #B8B19A;
}
</style>
border-color css
<style>
span { border-color: #B8B19A; }
span { border-color: rgb(184,177,154); }
td.TdClassName
{
border-color: #B8B19A;
}
.TagClassName
{
border-color: #B8B19A;
}
</style>