Shades of Ecru #BCB07D
Tints of Ecru #BCB07D
RGB
CMYK
RGB Variations
Color information
#BCB07D (or 0xBCB07D) is known color: Ecru. HEX triplet: BC, B0 and 7D. RGB value is (188,176,125). Sum of RGB (Red+Green+Blue) = 188+176+125=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB07D is #434F82. Grayscale: #ADADAD. Windows color (decimal): -4411267 or 8237244. OLE color: 8237244.
HSL color Cylindrical-coordinate representation of color #BCB07D: hue angle of 48.57º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCB07D is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 125 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.26 |
| HSL | 48.57º | 0.32% | 0.61% | - |
| HSV(B) | 48.57º | 0.34% | 0.74% | - |
| XYZ | 39.97 | 43.22 | 25.64 | - |
| YUV | 173.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 125 | 0 | 0.06 | 0.34 | 0.26 | 48.57 | 0.32 | 0.61 |
| Hex | BC | B0 | 7D | 0 | 6 | 22 | 1A | 31 | 20 | 3D |
| Octal | 274 | 260 | 175 | 0 | 6 | 42 | 32 | 61 | 40 | 75 |
| Binary | 10111100 | 10110000 | 1111101 | 0 | 110 | 100010 | 11010 | 110001 | 100000 | 111101 |
Color Harmonies of #BCB07D
Complementary color
Monochromatic Colors of #BCB07D
Black with #BCB07D
Text Example
Text Example
White with #BCB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB07D; }
p { color: rgb(188,176,125); }
H1.HeaderClassName
{
color: #BCB07D;
}
.AnyTagClassName
{
color: #BCB07D;
}
</style>
background-color css
<style>
a { background-color: #BCB07D; }
a { background-color: rgb(188,176,125); }
div.DivClassName
{
background-color: #BCB07D;
}
.BgClassName
{
background-color: #BCB07D;
}
</style>
border-color css
<style>
span { border-color: #BCB07D; }
span { border-color: rgb(188,176,125); }
td.TdClassName
{
border-color: #BCB07D;
}
.TagClassName
{
border-color: #BCB07D;
}
</style>