Shades of Ecru #BAAF7E
Tints of Ecru #BAAF7E
RGB
CMYK
RGB Variations
Color information
#BAAF7E (or 0xBAAF7E) is known color: Ecru. HEX triplet: BA, AF and 7E. RGB value is (186,175,126). Sum of RGB (Red+Green+Blue) = 186+175+126=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF7E is #455081. Grayscale: #ACACAC. Windows color (decimal): -4542594 or 8302522. OLE color: 8302522.
HSL color Cylindrical-coordinate representation of color #BAAF7E: hue angle of 49º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAAF7E is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 126 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.27 |
| HSL | 49º | 0.3% | 0.61% | - |
| HSV(B) | 49º | 0.32% | 0.73% | - |
| XYZ | 39.35 | 42.61 | 25.89 | - |
| YUV | 172.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 126 | 0 | 0.06 | 0.32 | 0.27 | 49 | 0.3 | 0.61 |
| Hex | BA | AF | 7E | 0 | 6 | 20 | 1B | 31 | 1E | 3D |
| Octal | 272 | 257 | 176 | 0 | 6 | 40 | 33 | 61 | 36 | 75 |
| Binary | 10111010 | 10101111 | 1111110 | 0 | 110 | 100000 | 11011 | 110001 | 11110 | 111101 |
Color Harmonies of #BAAF7E
Complementary color
Monochromatic Colors of #BAAF7E
Black with #BAAF7E
Text Example
Text Example
White with #BAAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAF7E; }
p { color: rgb(186,175,126); }
H1.HeaderClassName
{
color: #BAAF7E;
}
.AnyTagClassName
{
color: #BAAF7E;
}
</style>
background-color css
<style>
a { background-color: #BAAF7E; }
a { background-color: rgb(186,175,126); }
div.DivClassName
{
background-color: #BAAF7E;
}
.BgClassName
{
background-color: #BAAF7E;
}
</style>
border-color css
<style>
span { border-color: #BAAF7E; }
span { border-color: rgb(186,175,126); }
td.TdClassName
{
border-color: #BAAF7E;
}
.TagClassName
{
border-color: #BAAF7E;
}
</style>