Shades of Bison Hide #B5AD9C
Tints of Bison Hide #B5AD9C
RGB
CMYK
RGB Variations
Color information
#B5AD9C (or 0xB5AD9C) is known color: Bison Hide. HEX triplet: B5, AD and 9C. RGB value is (181,173,156). Sum of RGB (Red+Green+Blue) = 181+173+156=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD9C is #4A5263. Grayscale: #ADADAD. Windows color (decimal): -4870756 or 10268085. OLE color: 10268085.
HSL color Cylindrical-coordinate representation of color #B5AD9C: hue angle of 40.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5AD9C is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 156 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.29 |
| HSL | 40.8º | 0.14% | 0.66% | - |
| HSV(B) | 40.8º | 0.14% | 0.71% | - |
| XYZ | 40 | 42.11 | 37.47 | - |
| YUV | 173.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 156 | 0 | 0.04 | 0.14 | 0.29 | 40.8 | 0.14 | 0.66 |
| Hex | B5 | AD | 9C | 0 | 4 | E | 1D | 29 | E | 42 |
| Octal | 265 | 255 | 234 | 0 | 4 | 16 | 35 | 51 | 16 | 102 |
| Binary | 10110101 | 10101101 | 10011100 | 0 | 100 | 1110 | 11101 | 101001 | 1110 | 1000010 |
Color Harmonies of #B5AD9C
Complementary color
Monochromatic Colors of #B5AD9C
Black with #B5AD9C
Text Example
Text Example
White with #B5AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD9C; }
p { color: rgb(181,173,156); }
H1.HeaderClassName
{
color: #B5AD9C;
}
.AnyTagClassName
{
color: #B5AD9C;
}
</style>
background-color css
<style>
a { background-color: #B5AD9C; }
a { background-color: rgb(181,173,156); }
div.DivClassName
{
background-color: #B5AD9C;
}
.BgClassName
{
background-color: #B5AD9C;
}
</style>
border-color css
<style>
span { border-color: #B5AD9C; }
span { border-color: rgb(181,173,156); }
td.TdClassName
{
border-color: #B5AD9C;
}
.TagClassName
{
border-color: #B5AD9C;
}
</style>