#BAA573

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

Shades of Fallow #BAA573

Tints of Fallow #BAA573

Color information

#BAA573 (or 0xBAA573) is unknown color: approx Fallow. HEX triplet: BA, A5 and 73. RGB value is (186,165,115). Sum of RGB (Red+Green+Blue) = 186+165+115=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA573 is #455A8C. Grayscale: #A5A5A5. Windows color (decimal): -4545165 or 7579066. OLE color: 7579066.

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

Color convert

RGB186165115-
CMYK00.110.380.27
HSL42.25º33.97%59.02%-
HSV(B)42.25º38.17%72.94%-
XYZ36.838.5921.73-
YUV165.5899.46142.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 115 (45.31% from 255) = 24.68%
R=39.91%
G=35.41%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616511500.110.380.2742.2533.9759.02
HexBAA5730B261B2a223b
Octal2722451630134633524273
Binary101110101010010111100110101110011011011101010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA573; }

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

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

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

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

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

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

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

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