Shades of Bison Hide #BCAF90
Tints of Bison Hide #BCAF90
RGB
CMYK
RGB Variations
Color information
#BCAF90 (or 0xBCAF90) is known color: Bison Hide. HEX triplet: BC, AF and 90. RGB value is (188,175,144). Sum of RGB (Red+Green+Blue) = 188+175+144=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF90 is #43506F. Grayscale: #AFAFAF. Windows color (decimal): -4411504 or 9482172. OLE color: 9482172.
HSL color Cylindrical-coordinate representation of color #BCAF90: hue angle of 42.27º degrees, saturation: 0.25, 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 #BCAF90 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 144 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.26 |
| HSL | 42.27º | 0.25% | 0.65% | - |
| HSV(B) | 42.27º | 0.23% | 0.74% | - |
| XYZ | 41.1 | 43.36 | 32.59 | - |
| YUV | 175.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 144 | 0 | 0.07 | 0.23 | 0.26 | 42.27 | 0.25 | 0.65 |
| Hex | BC | AF | 90 | 0 | 7 | 17 | 1A | 2A | 19 | 41 |
| Octal | 274 | 257 | 220 | 0 | 7 | 27 | 32 | 52 | 31 | 101 |
| Binary | 10111100 | 10101111 | 10010000 | 0 | 111 | 10111 | 11010 | 101010 | 11001 | 1000001 |
Color Harmonies of #BCAF90
Complementary color
Monochromatic Colors of #BCAF90
Black with #BCAF90
Text Example
Text Example
White with #BCAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF90; }
p { color: rgb(188,175,144); }
H1.HeaderClassName
{
color: #BCAF90;
}
.AnyTagClassName
{
color: #BCAF90;
}
</style>
background-color css
<style>
a { background-color: #BCAF90; }
a { background-color: rgb(188,175,144); }
div.DivClassName
{
background-color: #BCAF90;
}
.BgClassName
{
background-color: #BCAF90;
}
</style>
border-color css
<style>
span { border-color: #BCAF90; }
span { border-color: rgb(188,175,144); }
td.TdClassName
{
border-color: #BCAF90;
}
.TagClassName
{
border-color: #BCAF90;
}
</style>