#BA956C

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

Shades of Fallow #BA956C

Tints of Fallow #BA956C

Color information

#BA956C (or 0xBA956C) is unknown color: approx Fallow. HEX triplet: BA, 95 and 6C. RGB value is (186,149,108). Sum of RGB (Red+Green+Blue) = 186+149+108=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA956C is #456A93. Grayscale: #9B9B9B. Windows color (decimal): -4549268 or 7116218. OLE color: 7116218.

HSL color Cylindrical-coordinate representation of color #BA956C: hue angle of 31.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA956C is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186149108-
CMYK00.200.420.27
HSL31.54º36.11%57.65%-
HSV(B)31.54º41.94%72.94%-
XYZ33.733.0218.78-
YUV155.39101.26149.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=41.99%
G=33.63%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614910800.200.420.2731.5436.1157.65
HexBA956C0142A1B20243a
Octal2722251540245233404472
Binary1011101010010101110110001010010101011011100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA956C; }

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

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

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

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

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

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

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

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