#BA956D

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

Shades of Fallow #BA956D

Tints of Fallow #BA956D

Color information

#BA956D (or 0xBA956D) is unknown color: approx Fallow. HEX triplet: BA, 95 and 6D. RGB value is (186,149,109). Sum of RGB (Red+Green+Blue) = 186+149+109=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA956D is #456A92. Grayscale: #9B9B9B. Windows color (decimal): -4549267 or 7181754. OLE color: 7181754.

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

Color convert

RGB186149109-
CMYK00.200.410.27
HSL31.17º35.81%57.84%-
HSV(B)31.17º41.4%72.94%-
XYZ33.7633.0419.07-
YUV155.5101.76149.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=41.89%
G=33.56%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614910900.200.410.2731.1735.8157.84
HexBA956D014291B1f243a
Octal2722251550245133374472
Binary101110101001010111011010101001010011101111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA956D; }

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

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

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

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

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

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

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

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