#BA7C61

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

Shades of Medium Wood #BA7C61

Tints of Medium Wood #BA7C61

Color information

#BA7C61 (or 0xBA7C61) is unknown color: approx Medium Wood. HEX triplet: BA, 7C and 61. RGB value is (186,124,97). Sum of RGB (Red+Green+Blue) = 186+124+97=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C61 is #45839E. Grayscale: #8B8B8B. Windows color (decimal): -4555679 or 6388922. OLE color: 6388922.

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

Color convert

RGB18612497-
CMYK00.330.480.27
HSL18.2º39.21%55.49%-
HSV(B)18.2º47.85%72.94%-
XYZ29.6225.7214.71-
YUV139.46104.04161.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=45.70%
G=30.47%
B=23.83%

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
Decimal1861249700.330.480.2718.239.2155.49
HexBA7C61021301B122737
Octal2721741410416033224767
Binary101110101111100110000101000011100001101110010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C61; }

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

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

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

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

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

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

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

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