#BAA773

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

Shades of Ecru #BAA773

Tints of Ecru #BAA773

Color information

#BAA773 (or 0xBAA773) is unknown color: approx Ecru. HEX triplet: BA, A7 and 73. RGB value is (186,167,115). Sum of RGB (Red+Green+Blue) = 186+167+115=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA773 is #45588C. Grayscale: #A6A6A6. Windows color (decimal): -4544653 or 7579578. OLE color: 7579578.

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

Color convert

RGB186167115-
CMYK00.100.380.27
HSL43.94º33.97%59.02%-
HSV(B)43.94º38.17%72.94%-
XYZ37.1639.3121.85-
YUV166.7598.79141.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=39.74%
G=35.68%
B=24.57%

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
Decimal18616711500.100.380.2743.9433.9759.02
HexBAA7730A261B2c223b
Octal2722471630124633544273
Binary101110101010011111100110101010011011011101100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA773; }

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

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

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

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

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

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

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

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