#BAA776

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

Shades of Ecru #BAA776

Tints of Ecru #BAA776

Color information

#BAA776 (or 0xBAA776) is unknown color: approx Ecru. HEX triplet: BA, A7 and 76. RGB value is (186,167,118). Sum of RGB (Red+Green+Blue) = 186+167+118=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA776 is #455889. Grayscale: #A7A7A7. Windows color (decimal): -4544650 or 7776186. OLE color: 7776186.

HSL color Cylindrical-coordinate representation of color #BAA776: hue angle of 43.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA776 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB186167118-
CMYK00.100.370.27
HSL43.24º33.01%59.61%-
HSV(B)43.24º36.56%72.94%-
XYZ37.3439.3822.77-
YUV167.1100.29141.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=39.49%
G=35.46%
B=25.05%

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
Decimal18616711800.100.370.2743.2433.0159.61
HexBAA7760A251B2b213c
Octal2722471660124533534174
Binary101110101010011111101100101010010111011101011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA776; }

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

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

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

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

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

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

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

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