#BA956E

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

Shades of Fallow #BA956E

Tints of Fallow #BA956E

Color information

#BA956E (or 0xBA956E) is unknown color: approx Fallow. HEX triplet: BA, 95 and 6E. RGB value is (186,149,110). Sum of RGB (Red+Green+Blue) = 186+149+110=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA956E is #456A91. Grayscale: #9B9B9B. Windows color (decimal): -4549266 or 7247290. OLE color: 7247290.

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

Color convert

RGB186149110-
CMYK00.200.410.27
HSL30.79º35.51%58.04%-
HSV(B)30.79º40.86%72.94%-
XYZ33.8133.0619.35-
YUV155.62102.26149.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 149 (58.59% from 255) = 33.48%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=41.80%
G=33.48%
B=24.72%

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
Decimal18614911000.200.410.2730.7935.5158.04
HexBA956E014291B1f243a
Octal2722251560245133374472
Binary101110101001010111011100101001010011101111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA956E; }

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

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

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

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

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

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

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

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