#BA956A

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

Shades of Fallow #BA956A

Tints of Fallow #BA956A

Color information

#BA956A (or 0xBA956A) is unknown color: approx Fallow. HEX triplet: BA, 95 and 6A. RGB value is (186,149,106). Sum of RGB (Red+Green+Blue) = 186+149+106=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA956A is #456A95. Grayscale: #9B9B9B. Windows color (decimal): -4549270 or 6985146. OLE color: 6985146.

HSL color Cylindrical-coordinate representation of color #BA956A: hue angle of 32.25º 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 #BA956A is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB186149106-
CMYK00.200.430.27
HSL32.25º36.7%57.25%-
HSV(B)32.25º43.01%72.94%-
XYZ33.632.9718.23-
YUV155.16100.26150-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 106 (41.80% from 255) = 24.04%
R=42.18%
G=33.79%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614910600.200.430.2732.2536.757.25
HexBA956A0142B1B202539
Octal2722251520245333404571
Binary1011101010010101110101001010010101111011100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA956A; }

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

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

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

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

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

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

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

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