Shades of Ecru #BCAA78
Tints of Ecru #BCAA78
RGB
CMYK
RGB Variations
Color information
#BCAA78 (or 0xBCAA78) is known color: Ecru. HEX triplet: BC, AA and 78. RGB value is (188,170,120). Sum of RGB (Red+Green+Blue) = 188+170+120=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA78 is #435587. Grayscale: #A9A9A9. Windows color (decimal): -4412808 or 7908028. OLE color: 7908028.
HSL color Cylindrical-coordinate representation of color #BCAA78: hue angle of 44.12º 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 #BCAA78 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 120 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.26 |
| HSL | 44.12º | 0.34% | 0.6% | - |
| HSV(B) | 44.12º | 0.36% | 0.74% | - |
| XYZ | 38.5 | 40.8 | 23.61 | - |
| YUV | 169.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 120 | 0 | 0.10 | 0.36 | 0.26 | 44.12 | 0.34 | 0.6 |
| Hex | BC | AA | 78 | 0 | A | 24 | 1A | 2C | 22 | 3C |
| Octal | 274 | 252 | 170 | 0 | 12 | 44 | 32 | 54 | 42 | 74 |
| Binary | 10111100 | 10101010 | 1111000 | 0 | 1010 | 100100 | 11010 | 101100 | 100010 | 111100 |
Color Harmonies of #BCAA78
Complementary color
Monochromatic Colors of #BCAA78
Black with #BCAA78
Text Example
Text Example
White with #BCAA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA78; }
p { color: rgb(188,170,120); }
H1.HeaderClassName
{
color: #BCAA78;
}
.AnyTagClassName
{
color: #BCAA78;
}
</style>
background-color css
<style>
a { background-color: #BCAA78; }
a { background-color: rgb(188,170,120); }
div.DivClassName
{
background-color: #BCAA78;
}
.BgClassName
{
background-color: #BCAA78;
}
</style>
border-color css
<style>
span { border-color: #BCAA78; }
span { border-color: rgb(188,170,120); }
td.TdClassName
{
border-color: #BCAA78;
}
.TagClassName
{
border-color: #BCAA78;
}
</style>