#BAA775

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

Shades of Ecru #BAA775

Tints of Ecru #BAA775

Color information

#BAA775 (or 0xBAA775) is unknown color: approx Ecru. HEX triplet: BA, A7 and 75. RGB value is (186,167,117). Sum of RGB (Red+Green+Blue) = 186+167+117=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA775 is #45588A. Grayscale: #A7A7A7. Windows color (decimal): -4544651 or 7710650. OLE color: 7710650.

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

Color convert

RGB186167117-
CMYK00.100.370.27
HSL43.48º33.33%59.41%-
HSV(B)43.48º37.1%72.94%-
XYZ37.2839.3622.46-
YUV166.9899.79141.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=39.57%
G=35.53%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616711700.100.370.2743.4833.3359.41
HexBAA7750A251B2b213b
Octal2722471650124533534173
Binary101110101010011111101010101010010111011101011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA775; }

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

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

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

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

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

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

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

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