#BA9368

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

Shades of Fallow #BA9368

Tints of Fallow #BA9368

Color information

#BA9368 (or 0xBA9368) is unknown color: approx Fallow. HEX triplet: BA, 93 and 68. RGB value is (186,147,104). Sum of RGB (Red+Green+Blue) = 186+147+104=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9368 is #456C97. Grayscale: #999999. Windows color (decimal): -4549784 or 6853562. OLE color: 6853562.

HSL color Cylindrical-coordinate representation of color #BA9368: hue angle of 31.46º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA9368 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB186147104-
CMYK00.210.440.27
HSL31.46º37.27%56.86%-
HSV(B)31.46º44.09%72.94%-
XYZ33.1832.3117.58-
YUV153.7699.92151-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 104 (41.02% from 255) = 23.80%
R=42.56%
G=33.64%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614710400.210.440.2731.4637.2756.86
HexBA93680152C1B1f2539
Octal2722231500255433374571
Binary101110101001001111010000101011011001101111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9368; }

 p { color: rgb(186,147,104); }

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

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

 a { background-color: rgb(186,147,104); }

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

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

 span { border-color: rgb(186,147,104); }

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