#BAA375

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

Shades of Fallow #BAA375

Tints of Fallow #BAA375

Color information

#BAA375 (or 0xBAA375) is unknown color: approx Fallow. HEX triplet: BA, A3 and 75. RGB value is (186,163,117). Sum of RGB (Red+Green+Blue) = 186+163+117=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA375 is #455C8A. Grayscale: #A4A4A4. Windows color (decimal): -4545675 or 7709626. OLE color: 7709626.

HSL color Cylindrical-coordinate representation of color #BAA375: hue angle of 40º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA375 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB186163117-
CMYK00.120.370.27
HSL40º33.33%59.41%-
HSV(B)40º37.1%72.94%-
XYZ36.5637.9222.22-
YUV164.63101.12143.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=39.91%
G=34.98%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616311700.120.370.274033.3359.41
HexBAA3750C251B28213b
Octal2722431650144533504173
Binary101110101010001111101010110010010111011101000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA375; }

 p { color: rgb(186,163,117); }

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

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

 a { background-color: rgb(186,163,117); }

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

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

 span { border-color: rgb(186,163,117); }

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