#BA8C6B

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

Shades of Fallow #BA8C6B

Tints of Fallow #BA8C6B

Color information

#BA8C6B (or 0xBA8C6B) is unknown color: approx Fallow. HEX triplet: BA, 8C and 6B. RGB value is (186,140,107). Sum of RGB (Red+Green+Blue) = 186+140+107=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C6B is #457394. Grayscale: #969696. Windows color (decimal): -4551573 or 7048378. OLE color: 7048378.

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

Color convert

RGB186140107-
CMYK00.250.420.27
HSL25.06º36.41%57.45%-
HSV(B)25.06º42.47%72.94%-
XYZ32.2830.2618.05-
YUV149.99103.74153.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 107 (42.19% from 255) = 24.71%
R=42.96%
G=32.33%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614010700.250.420.2725.0636.4157.45
HexBA8C6B0192A1B192439
Octal2722141530315233314471
Binary101110101000110011010110110011010101101111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C6B; }

 p { color: rgb(186,140,107); }

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

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

 a { background-color: rgb(186,140,107); }

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

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

 span { border-color: rgb(186,140,107); }

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