Shades of Ecru #BCAF7C
Tints of Ecru #BCAF7C
RGB
CMYK
RGB Variations
Color information
#BCAF7C (or 0xBCAF7C) is known color: Ecru. HEX triplet: BC, AF and 7C. RGB value is (188,175,124). Sum of RGB (Red+Green+Blue) = 188+175+124=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF7C is #435083. Grayscale: #ADADAD. Windows color (decimal): -4411524 or 8171452. OLE color: 8171452.
HSL color Cylindrical-coordinate representation of color #BCAF7C: hue angle of 47.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCAF7C is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 124 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.26 |
| HSL | 47.81º | 0.32% | 0.61% | - |
| HSV(B) | 47.81º | 0.34% | 0.74% | - |
| XYZ | 39.71 | 42.81 | 25.24 | - |
| YUV | 173.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 124 | 0 | 0.07 | 0.34 | 0.26 | 47.81 | 0.32 | 0.61 |
| Hex | BC | AF | 7C | 0 | 7 | 22 | 1A | 30 | 20 | 3D |
| Octal | 274 | 257 | 174 | 0 | 7 | 42 | 32 | 60 | 40 | 75 |
| Binary | 10111100 | 10101111 | 1111100 | 0 | 111 | 100010 | 11010 | 110000 | 100000 | 111101 |
Color Harmonies of #BCAF7C
Complementary color
Monochromatic Colors of #BCAF7C
Black with #BCAF7C
Text Example
Text Example
White with #BCAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF7C; }
p { color: rgb(188,175,124); }
H1.HeaderClassName
{
color: #BCAF7C;
}
.AnyTagClassName
{
color: #BCAF7C;
}
</style>
background-color css
<style>
a { background-color: #BCAF7C; }
a { background-color: rgb(188,175,124); }
div.DivClassName
{
background-color: #BCAF7C;
}
.BgClassName
{
background-color: #BCAF7C;
}
</style>
border-color css
<style>
span { border-color: #BCAF7C; }
span { border-color: rgb(188,175,124); }
td.TdClassName
{
border-color: #BCAF7C;
}
.TagClassName
{
border-color: #BCAF7C;
}
</style>