#baaa76

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

Shades of Ecru #BAAA76

Tints of Ecru #BAAA76

Color information

#BAAA76 (or 0xBAAA76) is unknown color: approx Ecru. HEX triplet: BA, AA and 76. RGB value is (186,170,118). Sum of RGB (Red+Green+Blue) = 186+170+118=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA76 is #455589. Grayscale: #A9A9A9. Windows color (decimal): -4543882 or 7776954. OLE color: 7776954.

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

Color convert

RGB186170118-
CMYK00.090.370.27
HSL45.88º33.01%59.61%-
HSV(B)45.88º36.56%72.94%-
XYZ37.8940.522.96-
YUV168.8699.3140.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=39.24%
G=35.86%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617011800.090.370.2745.8833.0159.61
HexBAAA7609251B2e213c
Octal2722521660114533564174
Binary101110101010101011101100100110010111011101110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baaa76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baaa76; }

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

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

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

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

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

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

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

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