#BA7C58

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

Shades of Medium Wood #BA7C58

Tints of Medium Wood #BA7C58

Color information

#BA7C58 (or 0xBA7C58) is unknown color: approx Medium Wood. HEX triplet: BA, 7C and 58. RGB value is (186,124,88). Sum of RGB (Red+Green+Blue) = 186+124+88=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C58 is #4583A7. Grayscale: #8A8A8A. Windows color (decimal): -4555688 or 5799098. OLE color: 5799098.

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

Color convert

RGB18612488-
CMYK00.330.530.27
HSL22.04º41.53%53.73%-
HSV(B)22.04º52.69%72.94%-
XYZ29.2225.5612.63-
YUV138.4399.54161.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 88 (34.77% from 255) = 22.11%
R=46.73%
G=31.16%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861248800.330.530.2722.0441.5353.73
HexBA7C58021351B162a36
Octal2721741300416533265266
Binary101110101111100101100001000011101011101110110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C58; }

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

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

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

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

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

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

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

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