#BA7E5A

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

Shades of Medium Wood #BA7E5A

Tints of Medium Wood #BA7E5A

Color information

#BA7E5A (or 0xBA7E5A) is unknown color: approx Medium Wood. HEX triplet: BA, 7E and 5A. RGB value is (186,126,90). Sum of RGB (Red+Green+Blue) = 186+126+90=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E5A is #4581A5. Grayscale: #8C8C8C. Windows color (decimal): -4555174 or 5930682. OLE color: 5930682.

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

Color convert

RGB18612690-
CMYK00.320.520.27
HSL22.5º41.03%54.12%-
HSV(B)22.5º51.61%72.94%-
XYZ29.5626.113.15-
YUV139.8499.88160.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=46.27%
G=31.34%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861269000.320.520.2722.541.0354.12
HexBA7E5A020341B162936
Octal2721761320406433265166
Binary101110101111110101101001000001101001101110110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E5A; }

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

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

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

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

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

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

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

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