Shades of Ecru #BAB27B
Tints of Ecru #BAB27B
RGB
CMYK
RGB Variations
Color information
#BAB27B (or 0xBAB27B) is known color: Ecru. HEX triplet: BA, B2 and 7B. RGB value is (186,178,123). Sum of RGB (Red+Green+Blue) = 186+178+123=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB27B is #454D84. Grayscale: #AEAEAE. Windows color (decimal): -4541829 or 8106682. OLE color: 8106682.
HSL color Cylindrical-coordinate representation of color #BAB27B: hue angle of 52.38º 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 #BAB27B is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 123 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.27 |
| HSL | 52.38º | 0.31% | 0.61% | - |
| HSV(B) | 52.38º | 0.34% | 0.73% | - |
| XYZ | 39.75 | 43.71 | 25.08 | - |
| YUV | 174.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 123 | 0 | 0.04 | 0.34 | 0.27 | 52.38 | 0.31 | 0.61 |
| Hex | BA | B2 | 7B | 0 | 4 | 22 | 1B | 34 | 1F | 3D |
| Octal | 272 | 262 | 173 | 0 | 4 | 42 | 33 | 64 | 37 | 75 |
| Binary | 10111010 | 10110010 | 1111011 | 0 | 100 | 100010 | 11011 | 110100 | 11111 | 111101 |
Color Harmonies of #BAB27B
Complementary color
Monochromatic Colors of #BAB27B
Black with #BAB27B
Text Example
Text Example
White with #BAB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB27B; }
p { color: rgb(186,178,123); }
H1.HeaderClassName
{
color: #BAB27B;
}
.AnyTagClassName
{
color: #BAB27B;
}
</style>
background-color css
<style>
a { background-color: #BAB27B; }
a { background-color: rgb(186,178,123); }
div.DivClassName
{
background-color: #BAB27B;
}
.BgClassName
{
background-color: #BAB27B;
}
</style>
border-color css
<style>
span { border-color: #BAB27B; }
span { border-color: rgb(186,178,123); }
td.TdClassName
{
border-color: #BAB27B;
}
.TagClassName
{
border-color: #BAB27B;
}
</style>