#BA8865

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

Shades of Medium Wood #BA8865

Tints of Medium Wood #BA8865

Color information

#BA8865 (or 0xBA8865) is unknown color: approx Medium Wood. HEX triplet: BA, 88 and 65. RGB value is (186,136,101). Sum of RGB (Red+Green+Blue) = 186+136+101=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8865 is #45779A. Grayscale: #939393. Windows color (decimal): -4552603 or 6654138. OLE color: 6654138.

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

Color convert

RGB186136101-
CMYK00.270.460.27
HSL24.71º38.12%56.27%-
HSV(B)24.71º45.7%72.94%-
XYZ31.428.9916.25-
YUV146.96102.06155.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=43.97%
G=32.15%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613610100.270.460.2724.7138.1256.27
HexBA886501B2E1B192638
Octal2722101450335633314670
Binary101110101000100011001010110111011101101111001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8865; }

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

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

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

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

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

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

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

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