Shades of Bison Hide #B4A590
Tints of Bison Hide #B4A590
RGB
CMYK
RGB Variations
Color information
#B4A590 (or 0xB4A590) is known color: Bison Hide. HEX triplet: B4, A5 and 90. RGB value is (180,165,144). Sum of RGB (Red+Green+Blue) = 180+165+144=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A590 is #4B5A6F. Grayscale: #A7A7A7. Windows color (decimal): -4938352 or 9479604. OLE color: 9479604.
HSL color Cylindrical-coordinate representation of color #B4A590: hue angle of 35º degrees, saturation: 0.19, 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 #B4A590 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 144 | - |
| CMYK | 0 | 0.08 | 0.2 | 0.29 |
| HSL | 35º | 0.19% | 0.64% | - |
| HSV(B) | 35º | 0.2% | 0.71% | - |
| XYZ | 37.31 | 38.63 | 31.87 | - |
| YUV | 167.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 144 | 0 | 0.08 | 0.2 | 0.29 | 35 | 0.19 | 0.64 |
| Hex | B4 | A5 | 90 | 0 | 8 | 14 | 1D | 23 | 13 | 40 |
| Octal | 264 | 245 | 220 | 0 | 10 | 24 | 35 | 43 | 23 | 100 |
| Binary | 10110100 | 10100101 | 10010000 | 0 | 1000 | 10100 | 11101 | 100011 | 10011 | 1000000 |
Color Harmonies of #B4A590
Complementary color
Monochromatic Colors of #B4A590
Black with #B4A590
Text Example
Text Example
White with #B4A590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A590; }
p { color: rgb(180,165,144); }
H1.HeaderClassName
{
color: #B4A590;
}
.AnyTagClassName
{
color: #B4A590;
}
</style>
background-color css
<style>
a { background-color: #B4A590; }
a { background-color: rgb(180,165,144); }
div.DivClassName
{
background-color: #B4A590;
}
.BgClassName
{
background-color: #B4A590;
}
</style>
border-color css
<style>
span { border-color: #B4A590; }
span { border-color: rgb(180,165,144); }
td.TdClassName
{
border-color: #B4A590;
}
.TagClassName
{
border-color: #B4A590;
}
</style>