#BAAE75

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

Shades of Ecru #BAAE75

Tints of Ecru #BAAE75

Color information

#BAAE75 (or 0xBAAE75) is unknown color: approx Ecru. HEX triplet: BA, AE and 75. RGB value is (186,174,117). Sum of RGB (Red+Green+Blue) = 186+174+117=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE75 is #45518A. Grayscale: #ABABAB. Windows color (decimal): -4542859 or 7712442. OLE color: 7712442.

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

Color convert

RGB186174117-
CMYK00.060.370.27
HSL49.57º33.33%59.41%-
HSV(B)49.57º37.1%72.94%-
XYZ38.64222.9-
YUV171.0997.48138.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=38.99%
G=36.48%
B=24.53%

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
Decimal18617411700.060.370.2749.5733.3359.41
HexBAAE7506251B32213b
Octal272256165064533624173
Binary10111010101011101110101011010010111011110010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE75; }

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

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

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

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

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

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

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

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