Shades of Ecru #BCB083
Tints of Ecru #BCB083
RGB
CMYK
RGB Variations
Color information
#BCB083 (or 0xBCB083) is known color: Ecru. HEX triplet: BC, B0 and 83. RGB value is (188,176,131). Sum of RGB (Red+Green+Blue) = 188+176+131=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB083 is #434F7C. Grayscale: #AEAEAE. Windows color (decimal): -4411261 or 8630460. OLE color: 8630460.
HSL color Cylindrical-coordinate representation of color #BCB083: hue angle of 47.37º 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 #BCB083 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 131 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.26 |
| HSL | 47.37º | 0.3% | 0.63% | - |
| HSV(B) | 47.37º | 0.3% | 0.74% | - |
| XYZ | 40.36 | 43.38 | 27.72 | - |
| YUV | 174.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 131 | 0 | 0.06 | 0.30 | 0.26 | 47.37 | 0.3 | 0.63 |
| Hex | BC | B0 | 83 | 0 | 6 | 1E | 1A | 2F | 1E | 3F |
| Octal | 274 | 260 | 203 | 0 | 6 | 36 | 32 | 57 | 36 | 77 |
| Binary | 10111100 | 10110000 | 10000011 | 0 | 110 | 11110 | 11010 | 101111 | 11110 | 111111 |
Color Harmonies of #BCB083
Complementary color
Monochromatic Colors of #BCB083
Black with #BCB083
Text Example
Text Example
White with #BCB083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB083; }
p { color: rgb(188,176,131); }
H1.HeaderClassName
{
color: #BCB083;
}
.AnyTagClassName
{
color: #BCB083;
}
</style>
background-color css
<style>
a { background-color: #BCB083; }
a { background-color: rgb(188,176,131); }
div.DivClassName
{
background-color: #BCB083;
}
.BgClassName
{
background-color: #BCB083;
}
</style>
border-color css
<style>
span { border-color: #BCB083; }
span { border-color: rgb(188,176,131); }
td.TdClassName
{
border-color: #BCB083;
}
.TagClassName
{
border-color: #BCB083;
}
</style>