#BAA068

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

Shades of Fallow #BAA068

Tints of Fallow #BAA068

Color information

#BAA068 (or 0xBAA068) is unknown color: approx Fallow. HEX triplet: BA, A0 and 68. RGB value is (186,160,104). Sum of RGB (Red+Green+Blue) = 186+160+104=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA068 is #455F97. Grayscale: #A1A1A1. Windows color (decimal): -4546456 or 6856890. OLE color: 6856890.

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

Color convert

RGB186160104-
CMYK00.140.440.27
HSL40.98º37.27%56.86%-
HSV(B)40.98º44.09%72.94%-
XYZ35.3236.5818.3-
YUV161.3995.61145.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=41.33%
G=35.56%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616010400.140.440.2740.9837.2756.86
HexBAA0680E2C1B292539
Octal2722401500165433514571
Binary101110101010000011010000111010110011011101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA068; }

 p { color: rgb(186,160,104); }

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

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

 a { background-color: rgb(186,160,104); }

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

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

 span { border-color: rgb(186,160,104); }

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