#BAA076

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

Shades of Fallow #BAA076

Tints of Fallow #BAA076

Color information

#BAA076 (or 0xBAA076) is unknown color: approx Fallow. HEX triplet: BA, A0 and 76. RGB value is (186,160,118). Sum of RGB (Red+Green+Blue) = 186+160+118=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA076 is #455F89. Grayscale: #A3A3A3. Windows color (decimal): -4546442 or 7774394. OLE color: 7774394.

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

Color convert

RGB186160118-
CMYK00.140.370.27
HSL37.06º33.01%59.61%-
HSV(B)37.06º36.56%72.94%-
XYZ36.0936.8922.36-
YUV162.99102.61144.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 118 (46.48% from 255) = 25.43%
R=40.09%
G=34.48%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616011800.140.370.2737.0633.0159.61
HexBAA0760E251B25213c
Octal2722401660164533454174
Binary101110101010000011101100111010010111011100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA076; }

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

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

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

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

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

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

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

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