Shades of Ecru #BCB17D
Tints of Ecru #BCB17D
RGB
CMYK
RGB Variations
Color information
#BCB17D (or 0xBCB17D) is known color: Ecru. HEX triplet: BC, B1 and 7D. RGB value is (188,177,125). Sum of RGB (Red+Green+Blue) = 188+177+125=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB17D is #434E82. Grayscale: #AEAEAE. Windows color (decimal): -4411011 or 8237500. OLE color: 8237500.
HSL color Cylindrical-coordinate representation of color #BCB17D: hue angle of 49.52º 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 #BCB17D is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 125 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.26 |
| HSL | 49.52º | 0.32% | 0.61% | - |
| HSV(B) | 49.52º | 0.34% | 0.74% | - |
| XYZ | 40.16 | 43.62 | 25.7 | - |
| YUV | 174.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 125 | 0 | 0.06 | 0.34 | 0.26 | 49.52 | 0.32 | 0.61 |
| Hex | BC | B1 | 7D | 0 | 6 | 22 | 1A | 32 | 20 | 3D |
| Octal | 274 | 261 | 175 | 0 | 6 | 42 | 32 | 62 | 40 | 75 |
| Binary | 10111100 | 10110001 | 1111101 | 0 | 110 | 100010 | 11010 | 110010 | 100000 | 111101 |
Color Harmonies of #BCB17D
Complementary color
Monochromatic Colors of #BCB17D
Black with #BCB17D
Text Example
Text Example
White with #BCB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB17D; }
p { color: rgb(188,177,125); }
H1.HeaderClassName
{
color: #BCB17D;
}
.AnyTagClassName
{
color: #BCB17D;
}
</style>
background-color css
<style>
a { background-color: #BCB17D; }
a { background-color: rgb(188,177,125); }
div.DivClassName
{
background-color: #BCB17D;
}
.BgClassName
{
background-color: #BCB17D;
}
</style>
border-color css
<style>
span { border-color: #BCB17D; }
span { border-color: rgb(188,177,125); }
td.TdClassName
{
border-color: #BCB17D;
}
.TagClassName
{
border-color: #BCB17D;
}
</style>