#BA976D

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

Shades of Fallow #BA976D

Tints of Fallow #BA976D

Color information

#BA976D (or 0xBA976D) is unknown color: approx Fallow. HEX triplet: BA, 97 and 6D. RGB value is (186,151,109). Sum of RGB (Red+Green+Blue) = 186+151+109=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA976D is #456892. Grayscale: #9C9C9C. Windows color (decimal): -4548755 or 7182266. OLE color: 7182266.

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

Color convert

RGB186151109-
CMYK00.190.410.27
HSL32.73º35.81%57.84%-
HSV(B)32.73º41.4%72.94%-
XYZ34.0833.6819.17-
YUV156.68101.1148.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 109 (42.97% from 255) = 24.44%
R=41.70%
G=33.86%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615110900.190.410.2732.7335.8157.84
HexBA976D013291B21243a
Octal2722271550235133414472
Binary1011101010010111110110101001110100111011100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA976D; }

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

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

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

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

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

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

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

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