Shades of Ecru #BCAF7D
Tints of Ecru #BCAF7D
RGB
CMYK
RGB Variations
Color information
#BCAF7D (or 0xBCAF7D) is known color: Ecru. HEX triplet: BC, AF and 7D. RGB value is (188,175,125). Sum of RGB (Red+Green+Blue) = 188+175+125=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF7D is #435082. Grayscale: #ADADAD. Windows color (decimal): -4411523 or 8236988. OLE color: 8236988.
HSL color Cylindrical-coordinate representation of color #BCAF7D: hue angle of 47.62º 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 #BCAF7D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 125 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.26 |
| HSL | 47.62º | 0.32% | 0.61% | - |
| HSV(B) | 47.62º | 0.34% | 0.74% | - |
| XYZ | 39.77 | 42.83 | 25.57 | - |
| YUV | 173.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 125 | 0 | 0.07 | 0.34 | 0.26 | 47.62 | 0.32 | 0.61 |
| Hex | BC | AF | 7D | 0 | 7 | 22 | 1A | 30 | 20 | 3D |
| Octal | 274 | 257 | 175 | 0 | 7 | 42 | 32 | 60 | 40 | 75 |
| Binary | 10111100 | 10101111 | 1111101 | 0 | 111 | 100010 | 11010 | 110000 | 100000 | 111101 |
Color Harmonies of #BCAF7D
Complementary color
Monochromatic Colors of #BCAF7D
Black with #BCAF7D
Text Example
Text Example
White with #BCAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF7D; }
p { color: rgb(188,175,125); }
H1.HeaderClassName
{
color: #BCAF7D;
}
.AnyTagClassName
{
color: #BCAF7D;
}
</style>
background-color css
<style>
a { background-color: #BCAF7D; }
a { background-color: rgb(188,175,125); }
div.DivClassName
{
background-color: #BCAF7D;
}
.BgClassName
{
background-color: #BCAF7D;
}
</style>
border-color css
<style>
span { border-color: #BCAF7D; }
span { border-color: rgb(188,175,125); }
td.TdClassName
{
border-color: #BCAF7D;
}
.TagClassName
{
border-color: #BCAF7D;
}
</style>