Shades of Ecru #BCB283
Tints of Ecru #BCB283
RGB
CMYK
RGB Variations
Color information
#BCB283 (or 0xBCB283) is known color: Ecru. HEX triplet: BC, B2 and 83. RGB value is (188,178,131). Sum of RGB (Red+Green+Blue) = 188+178+131=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB283 is #434D7C. Grayscale: #AFAFAF. Windows color (decimal): -4410749 or 8630972. OLE color: 8630972.
HSL color Cylindrical-coordinate representation of color #BCB283: hue angle of 49.47º 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 #BCB283 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 131 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.26 |
| HSL | 49.47º | 0.3% | 0.63% | - |
| HSV(B) | 49.47º | 0.3% | 0.74% | - |
| XYZ | 40.76 | 44.17 | 27.85 | - |
| YUV | 175.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 131 | 0 | 0.05 | 0.30 | 0.26 | 49.47 | 0.3 | 0.63 |
| Hex | BC | B2 | 83 | 0 | 5 | 1E | 1A | 31 | 1E | 3F |
| Octal | 274 | 262 | 203 | 0 | 5 | 36 | 32 | 61 | 36 | 77 |
| Binary | 10111100 | 10110010 | 10000011 | 0 | 101 | 11110 | 11010 | 110001 | 11110 | 111111 |
Color Harmonies of #BCB283
Complementary color
Monochromatic Colors of #BCB283
Black with #BCB283
Text Example
Text Example
White with #BCB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB283; }
p { color: rgb(188,178,131); }
H1.HeaderClassName
{
color: #BCB283;
}
.AnyTagClassName
{
color: #BCB283;
}
</style>
background-color css
<style>
a { background-color: #BCB283; }
a { background-color: rgb(188,178,131); }
div.DivClassName
{
background-color: #BCB283;
}
.BgClassName
{
background-color: #BCB283;
}
</style>
border-color css
<style>
span { border-color: #BCB283; }
span { border-color: rgb(188,178,131); }
td.TdClassName
{
border-color: #BCB283;
}
.TagClassName
{
border-color: #BCB283;
}
</style>