Shades of Bison Hide #B5A990
Tints of Bison Hide #B5A990
RGB
CMYK
RGB Variations
Color information
#B5A990 (or 0xB5A990) is known color: Bison Hide. HEX triplet: B5, A9 and 90. RGB value is (181,169,144). Sum of RGB (Red+Green+Blue) = 181+169+144=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A990 is #4A566F. Grayscale: #A9A9A9. Windows color (decimal): -4871792 or 9480629. OLE color: 9480629.
HSL color Cylindrical-coordinate representation of color #B5A990: hue angle of 40.54º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5A990 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 169 | 144 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.29 |
| HSL | 40.54º | 0.2% | 0.64% | - |
| HSV(B) | 40.54º | 0.2% | 0.71% | - |
| XYZ | 38.28 | 40.21 | 32.13 | - |
| YUV | 169.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 169 | 144 | 0 | 0.07 | 0.20 | 0.29 | 40.54 | 0.2 | 0.64 |
| Hex | B5 | A9 | 90 | 0 | 7 | 14 | 1D | 29 | 14 | 40 |
| Octal | 265 | 251 | 220 | 0 | 7 | 24 | 35 | 51 | 24 | 100 |
| Binary | 10110101 | 10101001 | 10010000 | 0 | 111 | 10100 | 11101 | 101001 | 10100 | 1000000 |
Color Harmonies of #B5A990
Complementary color
Monochromatic Colors of #B5A990
Black with #B5A990
Text Example
Text Example
White with #B5A990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A990; }
p { color: rgb(181,169,144); }
H1.HeaderClassName
{
color: #B5A990;
}
.AnyTagClassName
{
color: #B5A990;
}
</style>
background-color css
<style>
a { background-color: #B5A990; }
a { background-color: rgb(181,169,144); }
div.DivClassName
{
background-color: #B5A990;
}
.BgClassName
{
background-color: #B5A990;
}
</style>
border-color css
<style>
span { border-color: #B5A990; }
span { border-color: rgb(181,169,144); }
td.TdClassName
{
border-color: #B5A990;
}
.TagClassName
{
border-color: #B5A990;
}
</style>