Shades of Ecru #BCA876
Tints of Ecru #BCA876
RGB
CMYK
RGB Variations
Color information
#BCA876 (or 0xBCA876) is known color: Ecru. HEX triplet: BC, A8 and 76. RGB value is (188,168,118). Sum of RGB (Red+Green+Blue) = 188+168+118=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA876 is #435789. Grayscale: #A8A8A8. Windows color (decimal): -4413322 or 7776444. OLE color: 7776444.
HSL color Cylindrical-coordinate representation of color #BCA876: hue angle of 42.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCA876 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 118 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.26 |
| HSL | 42.86º | 0.34% | 0.6% | - |
| HSV(B) | 42.86º | 0.37% | 0.74% | - |
| XYZ | 38.01 | 40 | 22.86 | - |
| YUV | 168.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 118 | 0 | 0.11 | 0.37 | 0.26 | 42.86 | 0.34 | 0.6 |
| Hex | BC | A8 | 76 | 0 | B | 25 | 1A | 2B | 22 | 3C |
| Octal | 274 | 250 | 166 | 0 | 13 | 45 | 32 | 53 | 42 | 74 |
| Binary | 10111100 | 10101000 | 1110110 | 0 | 1011 | 100101 | 11010 | 101011 | 100010 | 111100 |
Color Harmonies of #BCA876
Complementary color
Monochromatic Colors of #BCA876
Black with #BCA876
Text Example
Text Example
White with #BCA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA876; }
p { color: rgb(188,168,118); }
H1.HeaderClassName
{
color: #BCA876;
}
.AnyTagClassName
{
color: #BCA876;
}
</style>
background-color css
<style>
a { background-color: #BCA876; }
a { background-color: rgb(188,168,118); }
div.DivClassName
{
background-color: #BCA876;
}
.BgClassName
{
background-color: #BCA876;
}
</style>
border-color css
<style>
span { border-color: #BCA876; }
span { border-color: rgb(188,168,118); }
td.TdClassName
{
border-color: #BCA876;
}
.TagClassName
{
border-color: #BCA876;
}
</style>