Shades of Ecru #BCA873
Tints of Ecru #BCA873
RGB
CMYK
RGB Variations
Color information
#BCA873 (or 0xBCA873) is known color: Ecru. HEX triplet: BC, A8 and 73. RGB value is (188,168,115). Sum of RGB (Red+Green+Blue) = 188+168+115=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA873 is #43578C. Grayscale: #A8A8A8. Windows color (decimal): -4413325 or 7579836. OLE color: 7579836.
HSL color Cylindrical-coordinate representation of color #BCA873: hue angle of 43.56º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCA873 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 115 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.26 |
| HSL | 43.56º | 0.35% | 0.59% | - |
| HSV(B) | 43.56º | 0.39% | 0.74% | - |
| XYZ | 37.84 | 39.93 | 21.93 | - |
| YUV | 167.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 115 | 0 | 0.11 | 0.39 | 0.26 | 43.56 | 0.35 | 0.59 |
| Hex | BC | A8 | 73 | 0 | B | 27 | 1A | 2C | 23 | 3B |
| Octal | 274 | 250 | 163 | 0 | 13 | 47 | 32 | 54 | 43 | 73 |
| Binary | 10111100 | 10101000 | 1110011 | 0 | 1011 | 100111 | 11010 | 101100 | 100011 | 111011 |
Color Harmonies of #BCA873
Complementary color
Monochromatic Colors of #BCA873
Black with #BCA873
Text Example
Text Example
White with #BCA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA873; }
p { color: rgb(188,168,115); }
H1.HeaderClassName
{
color: #BCA873;
}
.AnyTagClassName
{
color: #BCA873;
}
</style>
background-color css
<style>
a { background-color: #BCA873; }
a { background-color: rgb(188,168,115); }
div.DivClassName
{
background-color: #BCA873;
}
.BgClassName
{
background-color: #BCA873;
}
</style>
border-color css
<style>
span { border-color: #BCA873; }
span { border-color: rgb(188,168,115); }
td.TdClassName
{
border-color: #BCA873;
}
.TagClassName
{
border-color: #BCA873;
}
</style>