#BA8361

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

Shades of Medium Wood #BA8361

Tints of Medium Wood #BA8361

Color information

#BA8361 (or 0xBA8361) is unknown color: approx Medium Wood. HEX triplet: BA, 83 and 61. RGB value is (186,131,97). Sum of RGB (Red+Green+Blue) = 186+131+97=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8361 is #457C9E. Grayscale: #8F8F8F. Windows color (decimal): -4553887 or 6390714. OLE color: 6390714.

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

Color convert

RGB18613197-
CMYK00.300.480.27
HSL22.92º39.21%55.49%-
HSV(B)22.92º47.85%72.94%-
XYZ30.5227.5315.02-
YUV143.57101.72158.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=44.93%
G=31.64%
B=23.43%

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
Decimal1861319700.300.480.2722.9239.2155.49
HexBA836101E301B172737
Octal2722031410366033274767
Binary101110101000001111000010111101100001101110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8361; }

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

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

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

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

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

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

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

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