#BA7E5D

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

Shades of Medium Wood #BA7E5D

Tints of Medium Wood #BA7E5D

Color information

#BA7E5D (or 0xBA7E5D) is unknown color: approx Medium Wood. HEX triplet: BA, 7E and 5D. RGB value is (186,126,93). Sum of RGB (Red+Green+Blue) = 186+126+93=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E5D is #4581A2. Grayscale: #8C8C8C. Windows color (decimal): -4555171 or 6127290. OLE color: 6127290.

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

Color convert

RGB18612693-
CMYK00.320.50.27
HSL21.29º40.26%54.71%-
HSV(B)21.29º50%72.94%-
XYZ29.6926.1513.84-
YUV140.18101.38160.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=45.93%
G=31.11%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861269300.320.50.2721.2940.2654.71
HexBA7E5D020321B152837
Octal2721761350406233255067
Binary101110101111110101110101000001100101101110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E5D; }

 p { color: rgb(186,126,93); }

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

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

 a { background-color: rgb(186,126,93); }

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

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

 span { border-color: rgb(186,126,93); }

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