#BAA271

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

Shades of Fallow #BAA271

Tints of Fallow #BAA271

Color information

#BAA271 (or 0xBAA271) is unknown color: approx Fallow. HEX triplet: BA, A2 and 71. RGB value is (186,162,113). Sum of RGB (Red+Green+Blue) = 186+162+113=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA271 is #455D8E. Grayscale: #A3A3A3. Windows color (decimal): -4545935 or 7447226. OLE color: 7447226.

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

Color convert

RGB186162113-
CMYK00.130.390.27
HSL40.27º34.6%58.63%-
HSV(B)40.27º39.25%72.94%-
XYZ36.1537.4720.95-
YUV163.5999.45143.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=40.35%
G=35.14%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616211300.130.390.2740.2734.658.63
HexBAA2710D271B28233b
Octal2722421610154733504373
Binary101110101010001011100010110110011111011101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA271; }

 p { color: rgb(186,162,113); }

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

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

 a { background-color: rgb(186,162,113); }

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

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

 span { border-color: rgb(186,162,113); }

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