#BAA672

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

Shades of Ecru #BAA672

Tints of Ecru #BAA672

Color information

#BAA672 (or 0xBAA672) is unknown color: approx Ecru. HEX triplet: BA, A6 and 72. RGB value is (186,166,114). Sum of RGB (Red+Green+Blue) = 186+166+114=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA672 is #45598D. Grayscale: #A6A6A6. Windows color (decimal): -4544910 or 7513786. OLE color: 7513786.

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

Color convert

RGB186166114-
CMYK00.110.390.27
HSL43.33º34.29%58.82%-
HSV(B)43.33º38.71%72.94%-
XYZ36.9238.9321.49-
YUV166.0598.63142.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=39.91%
G=35.62%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616611400.110.390.2743.3334.2958.82
HexBAA6720B271B2b223b
Octal2722461620134733534273
Binary101110101010011011100100101110011111011101011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA672; }

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

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

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

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

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

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

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

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