Shades of Ecru #BCA878
Tints of Ecru #BCA878
RGB
CMYK
RGB Variations
Color information
#BCA878 (or 0xBCA878) is known color: Ecru. HEX triplet: BC, A8 and 78. RGB value is (188,168,120). Sum of RGB (Red+Green+Blue) = 188+168+120=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA878 is #435787. Grayscale: #A8A8A8. Windows color (decimal): -4413320 or 7907516. OLE color: 7907516.
HSL color Cylindrical-coordinate representation of color #BCA878: hue angle of 42.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCA878 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 120 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.26 |
| HSL | 42.35º | 0.34% | 0.6% | - |
| HSV(B) | 42.35º | 0.36% | 0.74% | - |
| XYZ | 38.13 | 40.05 | 23.49 | - |
| YUV | 168.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 120 | 0 | 0.11 | 0.36 | 0.26 | 42.35 | 0.34 | 0.6 |
| Hex | BC | A8 | 78 | 0 | B | 24 | 1A | 2A | 22 | 3C |
| Octal | 274 | 250 | 170 | 0 | 13 | 44 | 32 | 52 | 42 | 74 |
| Binary | 10111100 | 10101000 | 1111000 | 0 | 1011 | 100100 | 11010 | 101010 | 100010 | 111100 |
Color Harmonies of #BCA878
Complementary color
Monochromatic Colors of #BCA878
Black with #BCA878
Text Example
Text Example
White with #BCA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA878; }
p { color: rgb(188,168,120); }
H1.HeaderClassName
{
color: #BCA878;
}
.AnyTagClassName
{
color: #BCA878;
}
</style>
background-color css
<style>
a { background-color: #BCA878; }
a { background-color: rgb(188,168,120); }
div.DivClassName
{
background-color: #BCA878;
}
.BgClassName
{
background-color: #BCA878;
}
</style>
border-color css
<style>
span { border-color: #BCA878; }
span { border-color: rgb(188,168,120); }
td.TdClassName
{
border-color: #BCA878;
}
.TagClassName
{
border-color: #BCA878;
}
</style>