#BA7F5A

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

Shades of Medium Wood #BA7F5A

Tints of Medium Wood #BA7F5A

Color information

#BA7F5A (or 0xBA7F5A) is unknown color: approx Medium Wood. HEX triplet: BA, 7F and 5A. RGB value is (186,127,90). Sum of RGB (Red+Green+Blue) = 186+127+90=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F5A is #4580A5. Grayscale: #8C8C8C. Windows color (decimal): -4554918 or 5930938. OLE color: 5930938.

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

Color convert

RGB18612790-
CMYK00.320.520.27
HSL23.12º41.03%54.12%-
HSV(B)23.12º51.61%72.94%-
XYZ29.6826.3613.2-
YUV140.4299.55160.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=46.15%
G=31.51%
B=22.33%

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
Decimal1861279000.320.520.2723.1241.0354.12
HexBA7F5A020341B172936
Octal2721771320406433275166
Binary101110101111111101101001000001101001101110111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F5A; }

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

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

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

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

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

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

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

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