Shades of Ecru #BCB080
Tints of Ecru #BCB080
RGB
CMYK
RGB Variations
Color information
#BCB080 (or 0xBCB080) is known color: Ecru. HEX triplet: BC, B0 and 80. RGB value is (188,176,128). Sum of RGB (Red+Green+Blue) = 188+176+128=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB080 is #434F7F. Grayscale: #AEAEAE. Windows color (decimal): -4411264 or 8433852. OLE color: 8433852.
HSL color Cylindrical-coordinate representation of color #BCB080: hue angle of 48º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCB080 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 128 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.26 |
| HSL | 48º | 0.31% | 0.62% | - |
| HSV(B) | 48º | 0.32% | 0.74% | - |
| XYZ | 40.16 | 43.3 | 26.66 | - |
| YUV | 174.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 128 | 0 | 0.06 | 0.32 | 0.26 | 48 | 0.31 | 0.62 |
| Hex | BC | B0 | 80 | 0 | 6 | 20 | 1A | 30 | 1F | 3E |
| Octal | 274 | 260 | 200 | 0 | 6 | 40 | 32 | 60 | 37 | 76 |
| Binary | 10111100 | 10110000 | 10000000 | 0 | 110 | 100000 | 11010 | 110000 | 11111 | 111110 |
Color Harmonies of #BCB080
Complementary color
Monochromatic Colors of #BCB080
Black with #BCB080
Text Example
Text Example
White with #BCB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB080; }
p { color: rgb(188,176,128); }
H1.HeaderClassName
{
color: #BCB080;
}
.AnyTagClassName
{
color: #BCB080;
}
</style>
background-color css
<style>
a { background-color: #BCB080; }
a { background-color: rgb(188,176,128); }
div.DivClassName
{
background-color: #BCB080;
}
.BgClassName
{
background-color: #BCB080;
}
</style>
border-color css
<style>
span { border-color: #BCB080; }
span { border-color: rgb(188,176,128); }
td.TdClassName
{
border-color: #BCB080;
}
.TagClassName
{
border-color: #BCB080;
}
</style>