#BAA474

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

Shades of Fallow #BAA474

Tints of Fallow #BAA474

Color information

#BAA474 (or 0xBAA474) is unknown color: approx Fallow. HEX triplet: BA, A4 and 74. RGB value is (186,164,116). Sum of RGB (Red+Green+Blue) = 186+164+116=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA474 is #455B8B. Grayscale: #A5A5A5. Windows color (decimal): -4545420 or 7644346. OLE color: 7644346.

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

Color convert

RGB186164116-
CMYK00.120.380.27
HSL41.14º33.65%59.22%-
HSV(B)41.14º37.63%72.94%-
XYZ36.6838.2521.97-
YUV165.11100.29142.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=39.91%
G=35.19%
B=24.89%

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
Decimal18616411600.120.380.2741.1433.6559.22
HexBAA4740C261B29223b
Octal2722441640144633514273
Binary101110101010010011101000110010011011011101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA474; }

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

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

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

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

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

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

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

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