Shades of Ecru #BAB47D
Tints of Ecru #BAB47D
RGB
CMYK
RGB Variations
Color information
#BAB47D (or 0xBAB47D) is known color: Ecru. HEX triplet: BA, B4 and 7D. RGB value is (186,180,125). Sum of RGB (Red+Green+Blue) = 186+180+125=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB47D is #454B82. Grayscale: #AFAFAF. Windows color (decimal): -4541315 or 8238266. OLE color: 8238266.
HSL color Cylindrical-coordinate representation of color #BAB47D: hue angle of 54.1º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAB47D is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 125 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.27 |
| HSL | 54.1º | 0.31% | 0.61% | - |
| HSV(B) | 54.1º | 0.33% | 0.73% | - |
| XYZ | 40.27 | 44.56 | 25.88 | - |
| YUV | 175.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 125 | 0 | 0.03 | 0.33 | 0.27 | 54.1 | 0.31 | 0.61 |
| Hex | BA | B4 | 7D | 0 | 3 | 21 | 1B | 36 | 1F | 3D |
| Octal | 272 | 264 | 175 | 0 | 3 | 41 | 33 | 66 | 37 | 75 |
| Binary | 10111010 | 10110100 | 1111101 | 0 | 11 | 100001 | 11011 | 110110 | 11111 | 111101 |
Color Harmonies of #BAB47D
Complementary color
Monochromatic Colors of #BAB47D
Black with #BAB47D
Text Example
Text Example
White with #BAB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB47D; }
p { color: rgb(186,180,125); }
H1.HeaderClassName
{
color: #BAB47D;
}
.AnyTagClassName
{
color: #BAB47D;
}
</style>
background-color css
<style>
a { background-color: #BAB47D; }
a { background-color: rgb(186,180,125); }
div.DivClassName
{
background-color: #BAB47D;
}
.BgClassName
{
background-color: #BAB47D;
}
</style>
border-color css
<style>
span { border-color: #BAB47D; }
span { border-color: rgb(186,180,125); }
td.TdClassName
{
border-color: #BAB47D;
}
.TagClassName
{
border-color: #BAB47D;
}
</style>