#BAAA79

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

Shades of Ecru #BAAA79

Tints of Ecru #BAAA79

Color information

#BAAA79 (or 0xBAAA79) is unknown color: approx Ecru. HEX triplet: BA, AA and 79. RGB value is (186,170,121). Sum of RGB (Red+Green+Blue) = 186+170+121=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA79 is #455586. Grayscale: #A9A9A9. Windows color (decimal): -4543879 or 7973562. OLE color: 7973562.

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

Color convert

RGB186170121-
CMYK00.090.350.27
HSL45.23º32.02%60.2%-
HSV(B)45.23º34.95%72.94%-
XYZ38.0840.5723.91-
YUV169.2100.8139.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=38.99%
G=35.64%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617012100.090.350.2745.2332.0260.2
HexBAAA7909231B2d203c
Octal2722521710114333554074
Binary101110101010101011110010100110001111011101101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA79; }

 p { color: rgb(186,170,121); }

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

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

 a { background-color: rgb(186,170,121); }

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

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

 span { border-color: rgb(186,170,121); }

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