Shades of Bison Hide #BCAC91
Tints of Bison Hide #BCAC91
RGB
CMYK
RGB Variations
Color information
#BCAC91 (or 0xBCAC91) is known color: Bison Hide. HEX triplet: BC, AC and 91. RGB value is (188,172,145). Sum of RGB (Red+Green+Blue) = 188+172+145=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC91 is #43536E. Grayscale: #ADADAD. Windows color (decimal): -4412271 or 9546940. OLE color: 9546940.
HSL color Cylindrical-coordinate representation of color #BCAC91: hue angle of 37.67º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCAC91 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 145 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.26 |
| HSL | 37.67º | 0.24% | 0.65% | - |
| HSV(B) | 37.67º | 0.23% | 0.74% | - |
| XYZ | 40.6 | 42.24 | 32.8 | - |
| YUV | 173.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 145 | 0 | 0.09 | 0.23 | 0.26 | 37.67 | 0.24 | 0.65 |
| Hex | BC | AC | 91 | 0 | 9 | 17 | 1A | 26 | 18 | 41 |
| Octal | 274 | 254 | 221 | 0 | 11 | 27 | 32 | 46 | 30 | 101 |
| Binary | 10111100 | 10101100 | 10010001 | 0 | 1001 | 10111 | 11010 | 100110 | 11000 | 1000001 |
Color Harmonies of #BCAC91
Complementary color
Monochromatic Colors of #BCAC91
Black with #BCAC91
Text Example
Text Example
White with #BCAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC91; }
p { color: rgb(188,172,145); }
H1.HeaderClassName
{
color: #BCAC91;
}
.AnyTagClassName
{
color: #BCAC91;
}
</style>
background-color css
<style>
a { background-color: #BCAC91; }
a { background-color: rgb(188,172,145); }
div.DivClassName
{
background-color: #BCAC91;
}
.BgClassName
{
background-color: #BCAC91;
}
</style>
border-color css
<style>
span { border-color: #BCAC91; }
span { border-color: rgb(188,172,145); }
td.TdClassName
{
border-color: #BCAC91;
}
.TagClassName
{
border-color: #BCAC91;
}
</style>