#BA7D61

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

Shades of Medium Wood #BA7D61

Tints of Medium Wood #BA7D61

Color information

#BA7D61 (or 0xBA7D61) is unknown color: approx Medium Wood. HEX triplet: BA, 7D and 61. RGB value is (186,125,97). Sum of RGB (Red+Green+Blue) = 186+125+97=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D61 is #45829E. Grayscale: #8C8C8C. Windows color (decimal): -4555423 or 6389178. OLE color: 6389178.

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

Color convert

RGB18612597-
CMYK00.330.480.27
HSL18.88º39.21%55.49%-
HSV(B)18.88º47.85%72.94%-
XYZ29.7425.9714.75-
YUV140.05103.71160.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=45.59%
G=30.64%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861259700.330.480.2718.8839.2155.49
HexBA7D61021301B132737
Octal2721751410416033234767
Binary101110101111101110000101000011100001101110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D61; }

 p { color: rgb(186,125,97); }

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

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

 a { background-color: rgb(186,125,97); }

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

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

 span { border-color: rgb(186,125,97); }

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