#BAA473

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

Shades of Fallow #BAA473

Tints of Fallow #BAA473

Color information

#BAA473 (or 0xBAA473) is unknown color: approx Fallow. HEX triplet: BA, A4 and 73. RGB value is (186,164,115). Sum of RGB (Red+Green+Blue) = 186+164+115=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA473 is #455B8C. Grayscale: #A5A5A5. Windows color (decimal): -4545421 or 7578810. OLE color: 7578810.

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

Color convert

RGB186164115-
CMYK00.120.380.27
HSL41.41º33.97%59.02%-
HSV(B)41.41º38.17%72.94%-
XYZ36.6238.2321.67-
YUV164.9999.79142.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=40%
G=35.27%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616411500.120.380.2741.4133.9759.02
HexBAA4730C261B29223b
Octal2722441630144633514273
Binary101110101010010011100110110010011011011101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA473; }

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

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

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

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

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

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

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

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