Shades of Ecru #BCAF80
Tints of Ecru #BCAF80
RGB
CMYK
RGB Variations
Color information
#BCAF80 (or 0xBCAF80) is known color: Ecru. HEX triplet: BC, AF and 80. RGB value is (188,175,128). Sum of RGB (Red+Green+Blue) = 188+175+128=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF80 is #43507F. Grayscale: #ADADAD. Windows color (decimal): -4411520 or 8433596. OLE color: 8433596.
HSL color Cylindrical-coordinate representation of color #BCAF80: hue angle of 47º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCAF80 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 128 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.26 |
| HSL | 47º | 0.31% | 0.62% | - |
| HSV(B) | 47º | 0.32% | 0.74% | - |
| XYZ | 39.97 | 42.91 | 26.6 | - |
| YUV | 173.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 128 | 0 | 0.07 | 0.32 | 0.26 | 47 | 0.31 | 0.62 |
| Hex | BC | AF | 80 | 0 | 7 | 20 | 1A | 2F | 1F | 3E |
| Octal | 274 | 257 | 200 | 0 | 7 | 40 | 32 | 57 | 37 | 76 |
| Binary | 10111100 | 10101111 | 10000000 | 0 | 111 | 100000 | 11010 | 101111 | 11111 | 111110 |
Color Harmonies of #BCAF80
Complementary color
Monochromatic Colors of #BCAF80
Black with #BCAF80
Text Example
Text Example
White with #BCAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF80; }
p { color: rgb(188,175,128); }
H1.HeaderClassName
{
color: #BCAF80;
}
.AnyTagClassName
{
color: #BCAF80;
}
</style>
background-color css
<style>
a { background-color: #BCAF80; }
a { background-color: rgb(188,175,128); }
div.DivClassName
{
background-color: #BCAF80;
}
.BgClassName
{
background-color: #BCAF80;
}
</style>
border-color css
<style>
span { border-color: #BCAF80; }
span { border-color: rgb(188,175,128); }
td.TdClassName
{
border-color: #BCAF80;
}
.TagClassName
{
border-color: #BCAF80;
}
</style>