Shades of Ecru #BCB383
Tints of Ecru #BCB383
RGB
CMYK
RGB Variations
Color information
#BCB383 (or 0xBCB383) is known color: Ecru. HEX triplet: BC, B3 and 83. RGB value is (188,179,131). Sum of RGB (Red+Green+Blue) = 188+179+131=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB383 is #434C7C. Grayscale: #B0B0B0. Windows color (decimal): -4410493 or 8631228. OLE color: 8631228.
HSL color Cylindrical-coordinate representation of color #BCB383: hue angle of 50.53º degrees, saturation: 0.3, 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 #BCB383 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 131 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.26 |
| HSL | 50.53º | 0.3% | 0.63% | - |
| HSV(B) | 50.53º | 0.3% | 0.74% | - |
| XYZ | 40.96 | 44.57 | 27.92 | - |
| YUV | 176.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 131 | 0 | 0.05 | 0.30 | 0.26 | 50.53 | 0.3 | 0.63 |
| Hex | BC | B3 | 83 | 0 | 5 | 1E | 1A | 33 | 1E | 3F |
| Octal | 274 | 263 | 203 | 0 | 5 | 36 | 32 | 63 | 36 | 77 |
| Binary | 10111100 | 10110011 | 10000011 | 0 | 101 | 11110 | 11010 | 110011 | 11110 | 111111 |
Color Harmonies of #BCB383
Complementary color
Monochromatic Colors of #BCB383
Black with #BCB383
Text Example
Text Example
White with #BCB383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB383; }
p { color: rgb(188,179,131); }
H1.HeaderClassName
{
color: #BCB383;
}
.AnyTagClassName
{
color: #BCB383;
}
</style>
background-color css
<style>
a { background-color: #BCB383; }
a { background-color: rgb(188,179,131); }
div.DivClassName
{
background-color: #BCB383;
}
.BgClassName
{
background-color: #BCB383;
}
</style>
border-color css
<style>
span { border-color: #BCB383; }
span { border-color: rgb(188,179,131); }
td.TdClassName
{
border-color: #BCB383;
}
.TagClassName
{
border-color: #BCB383;
}
</style>