#BA9673

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

Shades of Fallow #BA9673

Tints of Fallow #BA9673

Color information

#BA9673 (or 0xBA9673) is unknown color: approx Fallow. HEX triplet: BA, 96 and 73. RGB value is (186,150,115). Sum of RGB (Red+Green+Blue) = 186+150+115=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9673 is #45698C. Grayscale: #9C9C9C. Windows color (decimal): -4549005 or 7575226. OLE color: 7575226.

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

Color convert

RGB186150115-
CMYK00.190.380.27
HSL29.58º33.97%59.02%-
HSV(B)29.58º38.17%72.94%-
XYZ34.2533.4920.88-
YUV156.77104.43148.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=41.24%
G=33.26%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615011500.190.380.2729.5833.9759.02
HexBA9673013261B1e223b
Octal2722261630234633364273
Binary101110101001011011100110100111001101101111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9673; }

 p { color: rgb(186,150,115); }

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

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

 a { background-color: rgb(186,150,115); }

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

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

 span { border-color: rgb(186,150,115); }

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