#BAA16A

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

Shades of Fallow #BAA16A

Tints of Fallow #BAA16A

Color information

#BAA16A (or 0xBAA16A) is unknown color: approx Fallow. HEX triplet: BA, A1 and 6A. RGB value is (186,161,106). Sum of RGB (Red+Green+Blue) = 186+161+106=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA16A is #455E95. Grayscale: #A2A2A2. Windows color (decimal): -4546198 or 6988218. OLE color: 6988218.

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

Color convert

RGB186161106-
CMYK00.130.430.27
HSL41.25º36.7%57.25%-
HSV(B)41.25º43.01%72.94%-
XYZ35.636.9718.9-
YUV162.296.28144.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=41.06%
G=35.54%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616110600.130.430.2741.2536.757.25
HexBAA16A0D2B1B292539
Octal2722411520155333514571
Binary101110101010000111010100110110101111011101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA16A; }

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

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

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

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

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

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

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

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