#BA8A6B

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

Shades of Fallow #BA8A6B

Tints of Fallow #BA8A6B

Color information

#BA8A6B (or 0xBA8A6B) is unknown color: approx Fallow. HEX triplet: BA, 8A and 6B. RGB value is (186,138,107). Sum of RGB (Red+Green+Blue) = 186+138+107=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A6B is #457594. Grayscale: #949494. Windows color (decimal): -4552085 or 7047866. OLE color: 7047866.

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

Color convert

RGB186138107-
CMYK00.260.420.27
HSL23.54º36.41%57.45%-
HSV(B)23.54º42.47%72.94%-
XYZ31.9929.6817.95-
YUV148.82104.4154.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 107 (42.19% from 255) = 24.83%
R=43.16%
G=32.02%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613810700.260.420.2723.5436.4157.45
HexBA8A6B01A2A1B182439
Octal2722121530325233304471
Binary101110101000101011010110110101010101101111000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A6B; }

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

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

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

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

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

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

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

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