Shades of Ecru #BCB075
Tints of Ecru #BCB075
RGB
CMYK
RGB Variations
Color information
#BCB075 (or 0xBCB075) is known color: Ecru. HEX triplet: BC, B0 and 75. RGB value is (188,176,117). Sum of RGB (Red+Green+Blue) = 188+176+117=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB075 is #434F8A. Grayscale: #ADADAD. Windows color (decimal): -4411275 or 7712956. OLE color: 7712956.
HSL color Cylindrical-coordinate representation of color #BCB075: hue angle of 49.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCB075 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 117 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.26 |
| HSL | 49.86º | 0.35% | 0.6% | - |
| HSV(B) | 49.86º | 0.38% | 0.74% | - |
| XYZ | 39.48 | 43.03 | 23.05 | - |
| YUV | 172.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 117 | 0 | 0.06 | 0.38 | 0.26 | 49.86 | 0.35 | 0.6 |
| Hex | BC | B0 | 75 | 0 | 6 | 26 | 1A | 32 | 23 | 3C |
| Octal | 274 | 260 | 165 | 0 | 6 | 46 | 32 | 62 | 43 | 74 |
| Binary | 10111100 | 10110000 | 1110101 | 0 | 110 | 100110 | 11010 | 110010 | 100011 | 111100 |
Color Harmonies of #BCB075
Complementary color
Monochromatic Colors of #BCB075
Black with #BCB075
Text Example
Text Example
White with #BCB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB075; }
p { color: rgb(188,176,117); }
H1.HeaderClassName
{
color: #BCB075;
}
.AnyTagClassName
{
color: #BCB075;
}
</style>
background-color css
<style>
a { background-color: #BCB075; }
a { background-color: rgb(188,176,117); }
div.DivClassName
{
background-color: #BCB075;
}
.BgClassName
{
background-color: #BCB075;
}
</style>
border-color css
<style>
span { border-color: #BCB075; }
span { border-color: rgb(188,176,117); }
td.TdClassName
{
border-color: #BCB075;
}
.TagClassName
{
border-color: #BCB075;
}
</style>