#BA7C5D

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

Shades of Medium Wood #BA7C5D

Tints of Medium Wood #BA7C5D

Color information

#BA7C5D (or 0xBA7C5D) is unknown color: approx Medium Wood. HEX triplet: BA, 7C and 5D. RGB value is (186,124,93). Sum of RGB (Red+Green+Blue) = 186+124+93=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C5D is #4583A2. Grayscale: #8B8B8B. Windows color (decimal): -4555683 or 6126778. OLE color: 6126778.

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

Color convert

RGB18612493-
CMYK00.330.50.27
HSL20º40.26%54.71%-
HSV(B)20º50%72.94%-
XYZ29.4325.6413.75-
YUV139102.04161.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 93 (36.72% from 255) = 23.08%
R=46.15%
G=30.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861249300.330.50.272040.2654.71
HexBA7C5D021321B142837
Octal2721741350416233245067
Binary101110101111100101110101000011100101101110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C5D; }

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

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

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

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

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

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

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

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