Shades of Ecru #BCB17B
Tints of Ecru #BCB17B
RGB
CMYK
RGB Variations
Color information
#BCB17B (or 0xBCB17B) is known color: Ecru. HEX triplet: BC, B1 and 7B. RGB value is (188,177,123). Sum of RGB (Red+Green+Blue) = 188+177+123=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB17B is #434E84. Grayscale: #AEAEAE. Windows color (decimal): -4411013 or 8106428. OLE color: 8106428.
HSL color Cylindrical-coordinate representation of color #BCB17B: hue angle of 49.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCB17B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 123 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.26 |
| HSL | 49.85º | 0.33% | 0.61% | - |
| HSV(B) | 49.85º | 0.35% | 0.74% | - |
| XYZ | 40.04 | 43.57 | 25.04 | - |
| YUV | 174.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 123 | 0 | 0.06 | 0.35 | 0.26 | 49.85 | 0.33 | 0.61 |
| Hex | BC | B1 | 7B | 0 | 6 | 23 | 1A | 32 | 21 | 3D |
| Octal | 274 | 261 | 173 | 0 | 6 | 43 | 32 | 62 | 41 | 75 |
| Binary | 10111100 | 10110001 | 1111011 | 0 | 110 | 100011 | 11010 | 110010 | 100001 | 111101 |
Color Harmonies of #BCB17B
Complementary color
Monochromatic Colors of #BCB17B
Black with #BCB17B
Text Example
Text Example
White with #BCB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB17B; }
p { color: rgb(188,177,123); }
H1.HeaderClassName
{
color: #BCB17B;
}
.AnyTagClassName
{
color: #BCB17B;
}
</style>
background-color css
<style>
a { background-color: #BCB17B; }
a { background-color: rgb(188,177,123); }
div.DivClassName
{
background-color: #BCB17B;
}
.BgClassName
{
background-color: #BCB17B;
}
</style>
border-color css
<style>
span { border-color: #BCB17B; }
span { border-color: rgb(188,177,123); }
td.TdClassName
{
border-color: #BCB17B;
}
.TagClassName
{
border-color: #BCB17B;
}
</style>