#BAAA74

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

Shades of Ecru #BAAA74

Tints of Ecru #BAAA74

Color information

#BAAA74 (or 0xBAAA74) is unknown color: approx Ecru. HEX triplet: BA, AA and 74. RGB value is (186,170,116). Sum of RGB (Red+Green+Blue) = 186+170+116=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA74 is #45558B. Grayscale: #A8A8A8. Windows color (decimal): -4543884 or 7645882. OLE color: 7645882.

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

Color convert

RGB186170116-
CMYK00.090.380.27
HSL46.29º33.65%59.22%-
HSV(B)46.29º37.63%72.94%-
XYZ37.7840.4522.34-
YUV168.6398.3140.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 116 (45.70% from 255) = 24.58%
R=39.41%
G=36.02%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617011600.090.380.2746.2933.6559.22
HexBAAA7409261B2e223b
Octal2722521640114633564273
Binary101110101010101011101000100110011011011101110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA74; }

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

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

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

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

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

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

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

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