#BAAA73

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

Shades of Ecru #BAAA73

Tints of Ecru #BAAA73

Color information

#BAAA73 (or 0xBAAA73) is unknown color: approx Ecru. HEX triplet: BA, AA and 73. RGB value is (186,170,115). Sum of RGB (Red+Green+Blue) = 186+170+115=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA73 is #45558C. Grayscale: #A8A8A8. Windows color (decimal): -4543885 or 7580346. OLE color: 7580346.

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

Color convert

RGB186170115-
CMYK00.090.380.27
HSL46.48º33.97%59.02%-
HSV(B)46.48º38.17%72.94%-
XYZ37.7240.4322.03-
YUV168.5197.8140.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 115 (45.31% from 255) = 24.42%
R=39.49%
G=36.09%
B=24.42%

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
Decimal18617011500.090.380.2746.4833.9759.02
HexBAAA7309261B2e223b
Octal2722521630114633564273
Binary101110101010101011100110100110011011011101110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA73; }

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

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

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

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

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

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

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

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