#BA986A

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

Shades of Fallow #BA986A

Tints of Fallow #BA986A

Color information

#BA986A (or 0xBA986A) is unknown color: approx Fallow. HEX triplet: BA, 98 and 6A. RGB value is (186,152,106). Sum of RGB (Red+Green+Blue) = 186+152+106=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA986A is #456795. Grayscale: #9D9D9D. Windows color (decimal): -4548502 or 6985914. OLE color: 6985914.

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

Color convert

RGB186152106-
CMYK00.180.430.27
HSL34.5º36.7%57.25%-
HSV(B)34.5º43.01%72.94%-
XYZ34.0833.9418.39-
YUV156.9299.26148.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=41.89%
G=34.23%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615210600.180.430.2734.536.757.25
HexBA986A0122B1B232539
Octal2722301520225333434571
Binary1011101010011000110101001001010101111011100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA986A; }

 p { color: rgb(186,152,106); }

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

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

 a { background-color: rgb(186,152,106); }

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

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

 span { border-color: rgb(186,152,106); }

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