#ba8666

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

Shades of Medium Wood #BA8666

Tints of Medium Wood #BA8666

Color information

#BA8666 (or 0xBA8666) is unknown color: approx Medium Wood. HEX triplet: BA, 86 and 66. RGB value is (186,134,102). Sum of RGB (Red+Green+Blue) = 186+134+102=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8666 is #457999. Grayscale: #929292. Windows color (decimal): -4553114 or 6719162. OLE color: 6719162.

HSL color Cylindrical-coordinate representation of color #BA8666: hue angle of 22.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA8666 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB186134102-
CMYK00.280.450.27
HSL22.86º37.84%56.47%-
HSV(B)22.86º45.16%72.94%-
XYZ31.1728.4516.42-
YUV145.9103.23156.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=44.08%
G=31.75%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613410200.280.450.2722.8637.8456.47
HexBA866601C2D1B172638
Octal2722061460345533274670
Binary101110101000011011001100111001011011101110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8666; }

 p { color: rgb(186,134,102); }

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

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

 a { background-color: rgb(186,134,102); }

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

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

 span { border-color: rgb(186,134,102); }

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