#BAA674

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

Shades of Ecru #BAA674

Tints of Ecru #BAA674

Color information

#BAA674 (or 0xBAA674) is unknown color: approx Ecru. HEX triplet: BA, A6 and 74. RGB value is (186,166,116). Sum of RGB (Red+Green+Blue) = 186+166+116=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA674 is #45598B. Grayscale: #A6A6A6. Windows color (decimal): -4544908 or 7644858. OLE color: 7644858.

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

Color convert

RGB186166116-
CMYK00.110.380.27
HSL42.86º33.65%59.22%-
HSV(B)42.86º37.63%72.94%-
XYZ37.0438.9722.09-
YUV166.2899.63142.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 116 (45.70% from 255) = 24.79%
R=39.74%
G=35.47%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616611600.110.380.2742.8633.6559.22
HexBAA6740B261B2b223b
Octal2722461640134633534273
Binary101110101010011011101000101110011011011101011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA674; }

 p { color: rgb(186,166,116); }

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

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

 a { background-color: rgb(186,166,116); }

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

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

 span { border-color: rgb(186,166,116); }

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