#BAA675

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

Shades of Ecru #BAA675

Tints of Ecru #BAA675

Color information

#BAA675 (or 0xBAA675) is unknown color: approx Ecru. HEX triplet: BA, A6 and 75. RGB value is (186,166,117). Sum of RGB (Red+Green+Blue) = 186+166+117=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA675 is #45598A. Grayscale: #A6A6A6. Windows color (decimal): -4544907 or 7710394. OLE color: 7710394.

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

Color convert

RGB186166117-
CMYK00.110.370.27
HSL42.61º33.33%59.41%-
HSV(B)42.61º37.1%72.94%-
XYZ37.13922.4-
YUV166.39100.13141.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=39.66%
G=35.39%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616611700.110.370.2742.6133.3359.41
HexBAA6750B251B2b213b
Octal2722461650134533534173
Binary101110101010011011101010101110010111011101011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA675; }

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

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

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

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

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

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

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

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