#BAB07E

Color #BAB07E Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BAB07E

Tints of Ecru #BAB07E

Color information

#BAB07E (or 0xBAB07E) is unknown color: approx Ecru. HEX triplet: BA, B0 and 7E. RGB value is (186,176,126). Sum of RGB (Red+Green+Blue) = 186+176+126=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB07E is #454F81. Grayscale: #ADADAD. Windows color (decimal): -4542338 or 8302778. OLE color: 8302778.

HSL color Cylindrical-coordinate representation of color #BAB07E: hue angle of 50º 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 #BAB07E is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB186176126-
CMYK00.050.320.27
HSL50º30.3%61.18%-
HSV(B)50º32.26%72.94%-
XYZ39.544325.95-
YUV173.29101.31137.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 176 (69.14% from 255) = 36.07%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=38.11%
G=36.07%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617612600.050.320.275030.361.18
HexBAB07E05201B321e3d
Octal272260176054033623675
Binary1011101010110000111111001011000001101111001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB07E; }

 p { color: rgb(186,176,126); }

 H1.HeaderClassName
 {
   color: #BAB07E;
 }
 .AnyTagClassName
 {
   color: #BAB07E;
 }
</style>
background-color css

<style>
 a { background-color: #BAB07E; }

 a { background-color: rgb(186,176,126); }

 div.DivClassName
 {
   background-color: #BAB07E;
 }
 .BgClassName
 {
   background-color: #BAB07E;
 }
</style>
border-color css

<style>
 span { border-color: #BAB07E; }

 span { border-color: rgb(186,176,126); }

 td.TdClassName
 {
   border-color: #BAB07E;
 }
 .TagClassName
 {
   border-color: #BAB07E;
 }
</style>