#BA8065

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

Shades of Medium Wood #BA8065

Tints of Medium Wood #BA8065

Color information

#BA8065 (or 0xBA8065) is unknown color: approx Medium Wood. HEX triplet: BA, 80 and 65. RGB value is (186,128,101). Sum of RGB (Red+Green+Blue) = 186+128+101=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8065 is #457F9A. Grayscale: #8E8E8E. Windows color (decimal): -4554651 or 6652090. OLE color: 6652090.

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

Color convert

RGB186128101-
CMYK00.310.460.27
HSL19.06º38.12%56.27%-
HSV(B)19.06º45.7%72.94%-
XYZ30.3226.8215.89-
YUV142.26104.72159.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=44.82%
G=30.84%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612810100.310.460.2719.0638.1256.27
HexBA806501F2E1B132638
Octal2722001450375633234670
Binary101110101000000011001010111111011101101110011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8065; }

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

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

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

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

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

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

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

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