#BAA374

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

Shades of Fallow #BAA374

Tints of Fallow #BAA374

Color information

#BAA374 (or 0xBAA374) is unknown color: approx Fallow. HEX triplet: BA, A3 and 74. RGB value is (186,163,116). Sum of RGB (Red+Green+Blue) = 186+163+116=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA374 is #455C8B. Grayscale: #A4A4A4. Windows color (decimal): -4545676 or 7644090. OLE color: 7644090.

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

Color convert

RGB186163116-
CMYK00.120.380.27
HSL40.29º33.65%59.22%-
HSV(B)40.29º37.63%72.94%-
XYZ36.537.8921.91-
YUV164.52100.62143.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=40%
G=35.05%
B=24.95%

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
Decimal18616311600.120.380.2740.2933.6559.22
HexBAA3740C261B28223b
Octal2722431640144633504273
Binary101110101010001111101000110010011011011101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA374; }

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

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

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

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

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

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

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

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