Shades of Ecru #BAAC7B
Tints of Ecru #BAAC7B
RGB
CMYK
RGB Variations
Color information
#BAAC7B (or 0xBAAC7B) is known color: Ecru. HEX triplet: BA, AC and 7B. RGB value is (186,172,123). Sum of RGB (Red+Green+Blue) = 186+172+123=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC7B is #455384. Grayscale: #AAAAAA. Windows color (decimal): -4543365 or 8105146. OLE color: 8105146.
HSL color Cylindrical-coordinate representation of color #BAAC7B: hue angle of 46.67º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAAC7B is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 123 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.27 |
| HSL | 46.67º | 0.31% | 0.61% | - |
| HSV(B) | 46.67º | 0.34% | 0.73% | - |
| XYZ | 38.58 | 41.37 | 24.69 | - |
| YUV | 170.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 123 | 0 | 0.08 | 0.34 | 0.27 | 46.67 | 0.31 | 0.61 |
| Hex | BA | AC | 7B | 0 | 8 | 22 | 1B | 2F | 1F | 3D |
| Octal | 272 | 254 | 173 | 0 | 10 | 42 | 33 | 57 | 37 | 75 |
| Binary | 10111010 | 10101100 | 1111011 | 0 | 1000 | 100010 | 11011 | 101111 | 11111 | 111101 |
Color Harmonies of #BAAC7B
Complementary color
Monochromatic Colors of #BAAC7B
Black with #BAAC7B
Text Example
Text Example
White with #BAAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC7B; }
p { color: rgb(186,172,123); }
H1.HeaderClassName
{
color: #BAAC7B;
}
.AnyTagClassName
{
color: #BAAC7B;
}
</style>
background-color css
<style>
a { background-color: #BAAC7B; }
a { background-color: rgb(186,172,123); }
div.DivClassName
{
background-color: #BAAC7B;
}
.BgClassName
{
background-color: #BAAC7B;
}
</style>
border-color css
<style>
span { border-color: #BAAC7B; }
span { border-color: rgb(186,172,123); }
td.TdClassName
{
border-color: #BAAC7B;
}
.TagClassName
{
border-color: #BAAC7B;
}
</style>