#BAA16E

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

Shades of Fallow #BAA16E

Tints of Fallow #BAA16E

Color information

#BAA16E (or 0xBAA16E) is unknown color: approx Fallow. HEX triplet: BA, A1 and 6E. RGB value is (186,161,110). Sum of RGB (Red+Green+Blue) = 186+161+110=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA16E is #455E91. Grayscale: #A2A2A2. Windows color (decimal): -4546194 or 7250362. OLE color: 7250362.

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

Color convert

RGB186161110-
CMYK00.130.410.27
HSL40.26º35.51%58.04%-
HSV(B)40.26º40.86%72.94%-
XYZ35.8137.0520.02-
YUV162.6698.28144.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=40.70%
G=35.23%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616111000.130.410.2740.2635.5158.04
HexBAA16E0D291B28243a
Octal2722411560155133504472
Binary101110101010000111011100110110100111011101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA16E; }

 p { color: rgb(186,161,110); }

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

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

 a { background-color: rgb(186,161,110); }

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

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

 span { border-color: rgb(186,161,110); }

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