#BA7E58

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

Shades of Medium Wood #BA7E58

Tints of Medium Wood #BA7E58

Color information

#BA7E58 (or 0xBA7E58) is unknown color: approx Medium Wood. HEX triplet: BA, 7E and 58. RGB value is (186,126,88). Sum of RGB (Red+Green+Blue) = 186+126+88=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E58 is #4581A7. Grayscale: #8B8B8B. Windows color (decimal): -4555176 or 5799610. OLE color: 5799610.

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

Color convert

RGB18612688-
CMYK00.320.530.27
HSL23.27º41.53%53.73%-
HSV(B)23.27º52.69%72.94%-
XYZ29.4726.0712.71-
YUV139.6198.88161.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 88 (34.77% from 255) = 22%
R=46.5%
G=31.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861268800.320.530.2723.2741.5353.73
HexBA7E58020351B172a36
Octal2721761300406533275266
Binary101110101111110101100001000001101011101110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E58; }

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

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

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

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

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

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

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

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