#BAA774

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

Shades of Ecru #BAA774

Tints of Ecru #BAA774

Color information

#BAA774 (or 0xBAA774) is unknown color: approx Ecru. HEX triplet: BA, A7 and 74. RGB value is (186,167,116). Sum of RGB (Red+Green+Blue) = 186+167+116=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA774 is #45588B. Grayscale: #A7A7A7. Windows color (decimal): -4544652 or 7645114. OLE color: 7645114.

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

Color convert

RGB186167116-
CMYK00.100.380.27
HSL43.71º33.65%59.22%-
HSV(B)43.71º37.63%72.94%-
XYZ37.2239.3422.15-
YUV166.8799.29141.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 116 (45.70% from 255) = 24.73%
R=39.66%
G=35.61%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616711600.100.380.2743.7133.6559.22
HexBAA7740A261B2c223b
Octal2722471640124633544273
Binary101110101010011111101000101010011011011101100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA774; }

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

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

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

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

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

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

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

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