#BA8360

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

Shades of Medium Wood #BA8360

Tints of Medium Wood #BA8360

Color information

#BA8360 (or 0xBA8360) is unknown color: approx Medium Wood. HEX triplet: BA, 83 and 60. RGB value is (186,131,96). Sum of RGB (Red+Green+Blue) = 186+131+96=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8360 is #457C9F. Grayscale: #8F8F8F. Windows color (decimal): -4553888 or 6325178. OLE color: 6325178.

HSL color Cylindrical-coordinate representation of color #BA8360: hue angle of 23.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA8360 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18613196-
CMYK00.300.480.27
HSL23.33º39.47%55.29%-
HSV(B)23.33º48.39%72.94%-
XYZ30.4827.5214.77-
YUV143.45101.22158.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=45.04%
G=31.72%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861319600.300.480.2723.3339.4755.29
HexBA836001E301B172737
Octal2722031400366033274767
Binary101110101000001111000000111101100001101110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8360; }

 p { color: rgb(186,131,96); }

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

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

 a { background-color: rgb(186,131,96); }

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

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

 span { border-color: rgb(186,131,96); }

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