Shades of Ecru #BCAF77
Tints of Ecru #BCAF77
RGB
CMYK
RGB Variations
Color information
#BCAF77 (or 0xBCAF77) is known color: Ecru. HEX triplet: BC, AF and 77. RGB value is (188,175,119). Sum of RGB (Red+Green+Blue) = 188+175+119=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF77 is #435088. Grayscale: #ACACAC. Windows color (decimal): -4411529 or 7843772. OLE color: 7843772.
HSL color Cylindrical-coordinate representation of color #BCAF77: hue angle of 48.7º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCAF77 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 119 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.26 |
| HSL | 48.7º | 0.34% | 0.6% | - |
| HSV(B) | 48.7º | 0.37% | 0.74% | - |
| XYZ | 39.4 | 42.68 | 23.61 | - |
| YUV | 172.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 119 | 0 | 0.07 | 0.37 | 0.26 | 48.7 | 0.34 | 0.6 |
| Hex | BC | AF | 77 | 0 | 7 | 25 | 1A | 31 | 22 | 3C |
| Octal | 274 | 257 | 167 | 0 | 7 | 45 | 32 | 61 | 42 | 74 |
| Binary | 10111100 | 10101111 | 1110111 | 0 | 111 | 100101 | 11010 | 110001 | 100010 | 111100 |
Color Harmonies of #BCAF77
Complementary color
Monochromatic Colors of #BCAF77
Black with #BCAF77
Text Example
Text Example
White with #BCAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF77; }
p { color: rgb(188,175,119); }
H1.HeaderClassName
{
color: #BCAF77;
}
.AnyTagClassName
{
color: #BCAF77;
}
</style>
background-color css
<style>
a { background-color: #BCAF77; }
a { background-color: rgb(188,175,119); }
div.DivClassName
{
background-color: #BCAF77;
}
.BgClassName
{
background-color: #BCAF77;
}
</style>
border-color css
<style>
span { border-color: #BCAF77; }
span { border-color: rgb(188,175,119); }
td.TdClassName
{
border-color: #BCAF77;
}
.TagClassName
{
border-color: #BCAF77;
}
</style>