#BA8765

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

Shades of Medium Wood #BA8765

Tints of Medium Wood #BA8765

Color information

#BA8765 (or 0xBA8765) is unknown color: approx Medium Wood. HEX triplet: BA, 87 and 65. RGB value is (186,135,101). Sum of RGB (Red+Green+Blue) = 186+135+101=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8765 is #45789A. Grayscale: #929292. Windows color (decimal): -4552859 or 6653882. OLE color: 6653882.

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

Color convert

RGB186135101-
CMYK00.270.460.27
HSL24º38.12%56.27%-
HSV(B)24º45.7%72.94%-
XYZ31.2628.7116.21-
YUV146.37102.4156.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=44.08%
G=31.99%
B=23.93%

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
Decimal18613510100.270.460.272438.1256.27
HexBA876501B2E1B182638
Octal2722071450335633304670
Binary101110101000011111001010110111011101101111000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8765; }

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

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

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

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

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

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

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

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