Shades of Ecru #BCB67E
Tints of Ecru #BCB67E
RGB
CMYK
RGB Variations
Color information
#BCB67E (or 0xBCB67E) is known color: Ecru. HEX triplet: BC, B6 and 7E. RGB value is (188,182,126). Sum of RGB (Red+Green+Blue) = 188+182+126=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB67E is #434981. Grayscale: #B1B1B1. Windows color (decimal): -4409730 or 8304316. OLE color: 8304316.
HSL color Cylindrical-coordinate representation of color #BCB67E: hue angle of 54.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCB67E is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 126 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.26 |
| HSL | 54.19º | 0.32% | 0.62% | - |
| HSV(B) | 54.19º | 0.33% | 0.74% | - |
| XYZ | 41.23 | 45.65 | 26.38 | - |
| YUV | 177.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 126 | 0 | 0.03 | 0.33 | 0.26 | 54.19 | 0.32 | 0.62 |
| Hex | BC | B6 | 7E | 0 | 3 | 21 | 1A | 36 | 20 | 3E |
| Octal | 274 | 266 | 176 | 0 | 3 | 41 | 32 | 66 | 40 | 76 |
| Binary | 10111100 | 10110110 | 1111110 | 0 | 11 | 100001 | 11010 | 110110 | 100000 | 111110 |
Color Harmonies of #BCB67E
Complementary color
Monochromatic Colors of #BCB67E
Black with #BCB67E
Text Example
Text Example
White with #BCB67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB67E; }
p { color: rgb(188,182,126); }
H1.HeaderClassName
{
color: #BCB67E;
}
.AnyTagClassName
{
color: #BCB67E;
}
</style>
background-color css
<style>
a { background-color: #BCB67E; }
a { background-color: rgb(188,182,126); }
div.DivClassName
{
background-color: #BCB67E;
}
.BgClassName
{
background-color: #BCB67E;
}
</style>
border-color css
<style>
span { border-color: #BCB67E; }
span { border-color: rgb(188,182,126); }
td.TdClassName
{
border-color: #BCB67E;
}
.TagClassName
{
border-color: #BCB67E;
}
</style>