#BAAE81

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

Shades of Ecru #BAAE81

Tints of Ecru #BAAE81

Color information

#BAAE81 (or 0xBAAE81) is unknown color: approx Ecru. HEX triplet: BA, AE and 81. RGB value is (186,174,129). Sum of RGB (Red+Green+Blue) = 186+174+129=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE81 is #45517E. Grayscale: #ACACAC. Windows color (decimal): -4542847 or 8498874. OLE color: 8498874.

HSL color Cylindrical-coordinate representation of color #BAAE81: hue angle of 47.37º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAAE81 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186174129-
CMYK00.060.310.27
HSL47.37º29.23%61.76%-
HSV(B)47.37º30.65%72.94%-
XYZ39.3542.326.86-
YUV172.46103.48137.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=38.04%
G=35.58%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617412900.060.310.2747.3729.2361.76
HexBAAE81061F1B2f1d3e
Octal272256201063733573576
Binary1011101010101110100000010110111111101110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE81; }

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

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

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

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

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

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

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

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