#BA976C

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

Shades of Fallow #BA976C

Tints of Fallow #BA976C

Color information

#BA976C (or 0xBA976C) is unknown color: approx Fallow. HEX triplet: BA, 97 and 6C. RGB value is (186,151,108). Sum of RGB (Red+Green+Blue) = 186+151+108=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA976C is #456893. Grayscale: #9C9C9C. Windows color (decimal): -4548756 or 7116730. OLE color: 7116730.

HSL color Cylindrical-coordinate representation of color #BA976C: hue angle of 33.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA976C is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186151108-
CMYK00.190.420.27
HSL33.08º36.11%57.65%-
HSV(B)33.08º41.94%72.94%-
XYZ34.0233.6618.89-
YUV156.56100.6149-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 108 (42.58% from 255) = 24.27%
R=41.80%
G=33.93%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615110800.190.420.2733.0836.1157.65
HexBA976C0132A1B21243a
Octal2722271540235233414472
Binary1011101010010111110110001001110101011011100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA976C; }

 p { color: rgb(186,151,108); }

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

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

 a { background-color: rgb(186,151,108); }

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

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

 span { border-color: rgb(186,151,108); }

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