#BAAE76

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

Shades of Ecru #BAAE76

Tints of Ecru #BAAE76

Color information

#BAAE76 (or 0xBAAE76) is unknown color: approx Ecru. HEX triplet: BA, AE and 76. RGB value is (186,174,118). Sum of RGB (Red+Green+Blue) = 186+174+118=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE76 is #455189. Grayscale: #ABABAB. Windows color (decimal): -4542858 or 7777978. OLE color: 7777978.

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

Color convert

RGB186174118-
CMYK00.060.370.27
HSL49.41º33.01%59.61%-
HSV(B)49.41º36.56%72.94%-
XYZ38.6642.0223.21-
YUV171.297.98138.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=38.91%
G=36.40%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617411800.060.370.2749.4133.0159.61
HexBAAE7606251B31213c
Octal272256166064533614174
Binary10111010101011101110110011010010111011110001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE76; }

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

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

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

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

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

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

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

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