#BAA376

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

Shades of Fallow #BAA376

Tints of Fallow #BAA376

Color information

#BAA376 (or 0xBAA376) is unknown color: approx Fallow. HEX triplet: BA, A3 and 76. RGB value is (186,163,118). Sum of RGB (Red+Green+Blue) = 186+163+118=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA376 is #455C89. Grayscale: #A4A4A4. Windows color (decimal): -4545674 or 7775162. OLE color: 7775162.

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

Color convert

RGB186163118-
CMYK00.120.370.27
HSL39.71º33.01%59.61%-
HSV(B)39.71º36.56%72.94%-
XYZ36.6237.9422.53-
YUV164.75101.62143.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=39.83%
G=34.90%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616311800.120.370.2739.7133.0159.61
HexBAA3760C251B28213c
Octal2722431660144533504174
Binary101110101010001111101100110010010111011101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA376; }

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

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

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

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

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

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

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

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