#BA8063

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

Shades of Medium Wood #BA8063

Tints of Medium Wood #BA8063

Color information

#BA8063 (or 0xBA8063) is unknown color: approx Medium Wood. HEX triplet: BA, 80 and 63. RGB value is (186,128,99). Sum of RGB (Red+Green+Blue) = 186+128+99=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8063 is #457F9C. Grayscale: #8E8E8E. Windows color (decimal): -4554653 or 6521018. OLE color: 6521018.

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

Color convert

RGB18612899-
CMYK00.310.470.27
HSL20º38.67%55.88%-
HSV(B)20º46.77%72.94%-
XYZ30.2226.7815.38-
YUV142.04103.72159.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 99 (39.06% from 255) = 23.97%
R=45.04%
G=30.99%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861289900.310.470.272038.6755.88
HexBA806301F2F1B142738
Octal2722001430375733244770
Binary101110101000000011000110111111011111101110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8063; }

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

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

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

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

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

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

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

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