#BA8866

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

Shades of Medium Wood #BA8866

Tints of Medium Wood #BA8866

Color information

#BA8866 (or 0xBA8866) is unknown color: approx Medium Wood. HEX triplet: BA, 88 and 66. RGB value is (186,136,102). Sum of RGB (Red+Green+Blue) = 186+136+102=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8866 is #457799. Grayscale: #939393. Windows color (decimal): -4552602 or 6719674. OLE color: 6719674.

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

Color convert

RGB186136102-
CMYK00.270.450.27
HSL24.29º37.84%56.47%-
HSV(B)24.29º45.16%72.94%-
XYZ31.4529.0116.51-
YUV147.07102.56155.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=43.87%
G=32.08%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613610200.270.450.2724.2937.8456.47
HexBA886601B2D1B182638
Octal2722101460335533304670
Binary101110101000100011001100110111011011101111000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8866; }

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

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

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

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

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

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

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

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