#BAA078

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

Shades of Fallow #BAA078

Tints of Fallow #BAA078

Color information

#BAA078 (or 0xBAA078) is unknown color: approx Fallow. HEX triplet: BA, A0 and 78. RGB value is (186,160,120). Sum of RGB (Red+Green+Blue) = 186+160+120=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA078 is #455F87. Grayscale: #A3A3A3. Windows color (decimal): -4546440 or 7905466. OLE color: 7905466.

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

Color convert

RGB186160120-
CMYK00.140.350.27
HSL36.36º32.35%60%-
HSV(B)36.36º35.48%72.94%-
XYZ36.2136.9422.99-
YUV163.21103.61144.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=39.91%
G=34.33%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616012000.140.350.2736.3632.3560
HexBAA0780E231B24203c
Octal2722401700164333444074
Binary101110101010000011110000111010001111011100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA078; }

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

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

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

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

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

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

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

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