#BAAE7F

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

Shades of Ecru #BAAE7F

Tints of Ecru #BAAE7F

Color information

#BAAE7F (or 0xBAAE7F) is unknown color: approx Ecru. HEX triplet: BA, AE and 7F. RGB value is (186,174,127). Sum of RGB (Red+Green+Blue) = 186+174+127=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE7F is #455180. Grayscale: #ACACAC. Windows color (decimal): -4542849 or 8367802. OLE color: 8367802.

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

Color convert

RGB186174127-
CMYK00.060.320.27
HSL47.8º29.95%61.37%-
HSV(B)47.8º31.72%72.94%-
XYZ39.2242.2426.17-
YUV172.23102.48137.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 127 (50% from 255) = 26.08%
R=38.19%
G=35.73%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617412700.060.320.2747.829.9561.37
HexBAAE7F06201B301e3d
Octal272256177064033603675
Binary1011101010101110111111101101000001101111000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE7F; }

 p { color: rgb(186,174,127); }

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

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

 a { background-color: rgb(186,174,127); }

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

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

 span { border-color: rgb(186,174,127); }

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