#BA7C5A

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

Shades of Medium Wood #BA7C5A

Tints of Medium Wood #BA7C5A

Color information

#BA7C5A (or 0xBA7C5A) is unknown color: approx Medium Wood. HEX triplet: BA, 7C and 5A. RGB value is (186,124,90). Sum of RGB (Red+Green+Blue) = 186+124+90=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C5A is #4583A5. Grayscale: #8A8A8A. Windows color (decimal): -4555686 or 5930170. OLE color: 5930170.

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

Color convert

RGB18612490-
CMYK00.330.520.27
HSL21.25º41.03%54.12%-
HSV(B)21.25º51.61%72.94%-
XYZ29.325.5913.07-
YUV138.66100.54161.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=46.5%
G=31%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861249000.330.520.2721.2541.0354.12
HexBA7C5A021341B152936
Octal2721741320416433255166
Binary101110101111100101101001000011101001101110101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C5A; }

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

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

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

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

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

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

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

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