#BA7C5B

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

Shades of Medium Wood #BA7C5B

Tints of Medium Wood #BA7C5B

Color information

#BA7C5B (or 0xBA7C5B) is unknown color: approx Medium Wood. HEX triplet: BA, 7C and 5B. RGB value is (186,124,91). Sum of RGB (Red+Green+Blue) = 186+124+91=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C5B is #4583A4. Grayscale: #8A8A8A. Windows color (decimal): -4555685 or 5995706. OLE color: 5995706.

HSL color Cylindrical-coordinate representation of color #BA7C5B: hue angle of 20.84º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA7C5B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18612491-
CMYK00.330.510.27
HSL20.84º40.77%54.31%-
HSV(B)20.84º51.08%72.94%-
XYZ29.3525.6113.29-
YUV138.78101.04161.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=46.38%
G=30.92%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861249100.330.510.2720.8440.7754.31
HexBA7C5B021331B152936
Octal2721741330416333255166
Binary101110101111100101101101000011100111101110101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C5B; }

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

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

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

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

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

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

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

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