Shades of Bison Hide #BCAF91
Tints of Bison Hide #BCAF91
RGB
CMYK
RGB Variations
Color information
#BCAF91 (or 0xBCAF91) is known color: Bison Hide. HEX triplet: BC, AF and 91. RGB value is (188,175,145). Sum of RGB (Red+Green+Blue) = 188+175+145=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF91 is #43506E. Grayscale: #AFAFAF. Windows color (decimal): -4411503 or 9547708. OLE color: 9547708.
HSL color Cylindrical-coordinate representation of color #BCAF91: hue angle of 41.86º 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 #BCAF91 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 145 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.26 |
| HSL | 41.86º | 0.24% | 0.65% | - |
| HSV(B) | 41.86º | 0.23% | 0.74% | - |
| XYZ | 41.18 | 43.4 | 32.99 | - |
| YUV | 175.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 145 | 0 | 0.07 | 0.23 | 0.26 | 41.86 | 0.24 | 0.65 |
| Hex | BC | AF | 91 | 0 | 7 | 17 | 1A | 2A | 18 | 41 |
| Octal | 274 | 257 | 221 | 0 | 7 | 27 | 32 | 52 | 30 | 101 |
| Binary | 10111100 | 10101111 | 10010001 | 0 | 111 | 10111 | 11010 | 101010 | 11000 | 1000001 |
Color Harmonies of #BCAF91
Complementary color
Monochromatic Colors of #BCAF91
Black with #BCAF91
Text Example
Text Example
White with #BCAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF91; }
p { color: rgb(188,175,145); }
H1.HeaderClassName
{
color: #BCAF91;
}
.AnyTagClassName
{
color: #BCAF91;
}
</style>
background-color css
<style>
a { background-color: #BCAF91; }
a { background-color: rgb(188,175,145); }
div.DivClassName
{
background-color: #BCAF91;
}
.BgClassName
{
background-color: #BCAF91;
}
</style>
border-color css
<style>
span { border-color: #BCAF91; }
span { border-color: rgb(188,175,145); }
td.TdClassName
{
border-color: #BCAF91;
}
.TagClassName
{
border-color: #BCAF91;
}
</style>