Shades of Bison Hide #BCAE90
Tints of Bison Hide #BCAE90
RGB
CMYK
RGB Variations
Color information
#BCAE90 (or 0xBCAE90) is known color: Bison Hide. HEX triplet: BC, AE and 90. RGB value is (188,174,144). Sum of RGB (Red+Green+Blue) = 188+174+144=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE90 is #43516F. Grayscale: #AEAEAE. Windows color (decimal): -4411760 or 9481916. OLE color: 9481916.
HSL color Cylindrical-coordinate representation of color #BCAE90: hue angle of 40.91º 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 #BCAE90 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 144 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.26 |
| HSL | 40.91º | 0.25% | 0.65% | - |
| HSV(B) | 40.91º | 0.23% | 0.74% | - |
| XYZ | 40.91 | 42.98 | 32.52 | - |
| YUV | 174.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 144 | 0 | 0.07 | 0.23 | 0.26 | 40.91 | 0.25 | 0.65 |
| Hex | BC | AE | 90 | 0 | 7 | 17 | 1A | 29 | 19 | 41 |
| Octal | 274 | 256 | 220 | 0 | 7 | 27 | 32 | 51 | 31 | 101 |
| Binary | 10111100 | 10101110 | 10010000 | 0 | 111 | 10111 | 11010 | 101001 | 11001 | 1000001 |
Color Harmonies of #BCAE90
Complementary color
Monochromatic Colors of #BCAE90
Black with #BCAE90
Text Example
Text Example
White with #BCAE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE90; }
p { color: rgb(188,174,144); }
H1.HeaderClassName
{
color: #BCAE90;
}
.AnyTagClassName
{
color: #BCAE90;
}
</style>
background-color css
<style>
a { background-color: #BCAE90; }
a { background-color: rgb(188,174,144); }
div.DivClassName
{
background-color: #BCAE90;
}
.BgClassName
{
background-color: #BCAE90;
}
</style>
border-color css
<style>
span { border-color: #BCAE90; }
span { border-color: rgb(188,174,144); }
td.TdClassName
{
border-color: #BCAE90;
}
.TagClassName
{
border-color: #BCAE90;
}
</style>