#BAA16D

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

Shades of Fallow #BAA16D

Tints of Fallow #BAA16D

Color information

#BAA16D (or 0xBAA16D) is unknown color: approx Fallow. HEX triplet: BA, A1 and 6D. RGB value is (186,161,109). Sum of RGB (Red+Green+Blue) = 186+161+109=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA16D is #455E92. Grayscale: #A2A2A2. Windows color (decimal): -4546195 or 7184826. OLE color: 7184826.

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

Color convert

RGB186161109-
CMYK00.130.410.27
HSL40.52º35.81%57.84%-
HSV(B)40.52º41.4%72.94%-
XYZ35.7537.0319.73-
YUV162.5597.78144.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 161 (63.28% from 255) = 35.31%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=40.79%
G=35.31%
B=23.90%

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
Decimal18616110900.130.410.2740.5235.8157.84
HexBAA16D0D291B29243a
Octal2722411550155133514472
Binary101110101010000111011010110110100111011101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA16D; }

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

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

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

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

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

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

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

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