Shades of Ecru #BCB184
Tints of Ecru #BCB184
RGB
CMYK
RGB Variations
Color information
#BCB184 (or 0xBCB184) is known color: Ecru. HEX triplet: BC, B1 and 84. RGB value is (188,177,132). Sum of RGB (Red+Green+Blue) = 188+177+132=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB184 is #434E7B. Grayscale: #AFAFAF. Windows color (decimal): -4411004 or 8696252. OLE color: 8696252.
HSL color Cylindrical-coordinate representation of color #BCB184: hue angle of 48.21º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB184 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 132 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.26 |
| HSL | 48.21º | 0.29% | 0.63% | - |
| HSV(B) | 48.21º | 0.3% | 0.74% | - |
| XYZ | 40.63 | 43.8 | 28.14 | - |
| YUV | 175.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 132 | 0 | 0.06 | 0.30 | 0.26 | 48.21 | 0.29 | 0.63 |
| Hex | BC | B1 | 84 | 0 | 6 | 1E | 1A | 30 | 1D | 3F |
| Octal | 274 | 261 | 204 | 0 | 6 | 36 | 32 | 60 | 35 | 77 |
| Binary | 10111100 | 10110001 | 10000100 | 0 | 110 | 11110 | 11010 | 110000 | 11101 | 111111 |
Color Harmonies of #BCB184
Complementary color
Monochromatic Colors of #BCB184
Black with #BCB184
Text Example
Text Example
White with #BCB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB184; }
p { color: rgb(188,177,132); }
H1.HeaderClassName
{
color: #BCB184;
}
.AnyTagClassName
{
color: #BCB184;
}
</style>
background-color css
<style>
a { background-color: #BCB184; }
a { background-color: rgb(188,177,132); }
div.DivClassName
{
background-color: #BCB184;
}
.BgClassName
{
background-color: #BCB184;
}
</style>
border-color css
<style>
span { border-color: #BCB184; }
span { border-color: rgb(188,177,132); }
td.TdClassName
{
border-color: #BCB184;
}
.TagClassName
{
border-color: #BCB184;
}
</style>