Shades of Ecru #BCB17C
Tints of Ecru #BCB17C
RGB
CMYK
RGB Variations
Color information
#BCB17C (or 0xBCB17C) is known color: Ecru. HEX triplet: BC, B1 and 7C. RGB value is (188,177,124). Sum of RGB (Red+Green+Blue) = 188+177+124=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB17C is #434E83. Grayscale: #AEAEAE. Windows color (decimal): -4411012 or 8171964. OLE color: 8171964.
HSL color Cylindrical-coordinate representation of color #BCB17C: hue angle of 49.69º 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 #BCB17C is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 124 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.26 |
| HSL | 49.69º | 0.32% | 0.61% | - |
| HSV(B) | 49.69º | 0.34% | 0.74% | - |
| XYZ | 40.1 | 43.59 | 25.37 | - |
| YUV | 174.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 124 | 0 | 0.06 | 0.34 | 0.26 | 49.69 | 0.32 | 0.61 |
| Hex | BC | B1 | 7C | 0 | 6 | 22 | 1A | 32 | 20 | 3D |
| Octal | 274 | 261 | 174 | 0 | 6 | 42 | 32 | 62 | 40 | 75 |
| Binary | 10111100 | 10110001 | 1111100 | 0 | 110 | 100010 | 11010 | 110010 | 100000 | 111101 |
Color Harmonies of #BCB17C
Complementary color
Monochromatic Colors of #BCB17C
Black with #BCB17C
Text Example
Text Example
White with #BCB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB17C; }
p { color: rgb(188,177,124); }
H1.HeaderClassName
{
color: #BCB17C;
}
.AnyTagClassName
{
color: #BCB17C;
}
</style>
background-color css
<style>
a { background-color: #BCB17C; }
a { background-color: rgb(188,177,124); }
div.DivClassName
{
background-color: #BCB17C;
}
.BgClassName
{
background-color: #BCB17C;
}
</style>
border-color css
<style>
span { border-color: #BCB17C; }
span { border-color: rgb(188,177,124); }
td.TdClassName
{
border-color: #BCB17C;
}
.TagClassName
{
border-color: #BCB17C;
}
</style>