#BAA276

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

Shades of Fallow #BAA276

Tints of Fallow #BAA276

Color information

#BAA276 (or 0xBAA276) is unknown color: approx Fallow. HEX triplet: BA, A2 and 76. RGB value is (186,162,118). Sum of RGB (Red+Green+Blue) = 186+162+118=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA276 is #455D89. Grayscale: #A4A4A4. Windows color (decimal): -4545930 or 7774906. OLE color: 7774906.

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

Color convert

RGB186162118-
CMYK00.130.370.27
HSL38.82º33.01%59.61%-
HSV(B)38.82º36.56%72.94%-
XYZ36.4437.5922.47-
YUV164.16101.95143.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 118 (46.48% from 255) = 25.32%
R=39.91%
G=34.76%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616211800.130.370.2738.8233.0159.61
HexBAA2760D251B27213c
Octal2722421660154533474174
Binary101110101010001011101100110110010111011100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA276; }

 p { color: rgb(186,162,118); }

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

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

 a { background-color: rgb(186,162,118); }

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

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

 span { border-color: rgb(186,162,118); }

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