Shades of Ecru #BCAF7A
Tints of Ecru #BCAF7A
RGB
CMYK
RGB Variations
Color information
#BCAF7A (or 0xBCAF7A) is known color: Ecru. HEX triplet: BC, AF and 7A. RGB value is (188,175,122). Sum of RGB (Red+Green+Blue) = 188+175+122=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF7A is #435085. Grayscale: #ADADAD. Windows color (decimal): -4411526 or 8040380. OLE color: 8040380.
HSL color Cylindrical-coordinate representation of color #BCAF7A: hue angle of 48.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCAF7A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 122 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.26 |
| HSL | 48.18º | 0.33% | 0.61% | - |
| HSV(B) | 48.18º | 0.35% | 0.74% | - |
| XYZ | 39.58 | 42.76 | 24.58 | - |
| YUV | 172.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 122 | 0 | 0.07 | 0.35 | 0.26 | 48.18 | 0.33 | 0.61 |
| Hex | BC | AF | 7A | 0 | 7 | 23 | 1A | 30 | 21 | 3D |
| Octal | 274 | 257 | 172 | 0 | 7 | 43 | 32 | 60 | 41 | 75 |
| Binary | 10111100 | 10101111 | 1111010 | 0 | 111 | 100011 | 11010 | 110000 | 100001 | 111101 |
Color Harmonies of #BCAF7A
Complementary color
Monochromatic Colors of #BCAF7A
Black with #BCAF7A
Text Example
Text Example
White with #BCAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF7A; }
p { color: rgb(188,175,122); }
H1.HeaderClassName
{
color: #BCAF7A;
}
.AnyTagClassName
{
color: #BCAF7A;
}
</style>
background-color css
<style>
a { background-color: #BCAF7A; }
a { background-color: rgb(188,175,122); }
div.DivClassName
{
background-color: #BCAF7A;
}
.BgClassName
{
background-color: #BCAF7A;
}
</style>
border-color css
<style>
span { border-color: #BCAF7A; }
span { border-color: rgb(188,175,122); }
td.TdClassName
{
border-color: #BCAF7A;
}
.TagClassName
{
border-color: #BCAF7A;
}
</style>