#BAA973

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

Shades of Ecru #BAA973

Tints of Ecru #BAA973

Color information

#BAA973 (or 0xBAA973) is unknown color: approx Ecru. HEX triplet: BA, A9 and 73. RGB value is (186,169,115). Sum of RGB (Red+Green+Blue) = 186+169+115=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA973 is #45568C. Grayscale: #A8A8A8. Windows color (decimal): -4544141 or 7580090. OLE color: 7580090.

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

Color convert

RGB186169115-
CMYK00.090.380.27
HSL45.63º33.97%59.02%-
HSV(B)45.63º38.17%72.94%-
XYZ37.5340.0521.97-
YUV167.9398.13140.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 169 (66.41% from 255) = 35.96%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=39.57%
G=35.96%
B=24.47%

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
Decimal18616911500.090.380.2745.6333.9759.02
HexBAA97309261B2e223b
Octal2722511630114633564273
Binary101110101010100111100110100110011011011101110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA973; }

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

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

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

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

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

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

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

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