#BAA46D

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

Shades of Fallow #BAA46D

Tints of Fallow #BAA46D

Color information

#BAA46D (or 0xBAA46D) is unknown color: approx Fallow. HEX triplet: BA, A4 and 6D. RGB value is (186,164,109). Sum of RGB (Red+Green+Blue) = 186+164+109=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA46D is #455B92. Grayscale: #A4A4A4. Windows color (decimal): -4545427 or 7185594. OLE color: 7185594.

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

Color convert

RGB186164109-
CMYK00.120.410.27
HSL42.86º35.81%57.84%-
HSV(B)42.86º41.4%72.94%-
XYZ36.2938.0919.91-
YUV164.3196.79143.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=40.52%
G=35.73%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616410900.120.410.2742.8635.8157.84
HexBAA46D0C291B2b243a
Octal2722441550145133534472
Binary101110101010010011011010110010100111011101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA46D; }

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

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

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

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

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

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

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

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