#BA8463

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

Shades of Medium Wood #BA8463

Tints of Medium Wood #BA8463

Color information

#BA8463 (or 0xBA8463) is unknown color: approx Medium Wood. HEX triplet: BA, 84 and 63. RGB value is (186,132,99). Sum of RGB (Red+Green+Blue) = 186+132+99=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8463 is #457B9C. Grayscale: #909090. Windows color (decimal): -4553629 or 6522042. OLE color: 6522042.

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

Color convert

RGB18613299-
CMYK00.290.470.27
HSL22.76º38.67%55.88%-
HSV(B)22.76º46.77%72.94%-
XYZ30.7527.8415.56-
YUV144.38102.39157.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=44.60%
G=31.65%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861329900.290.470.2722.7638.6755.88
HexBA846301D2F1B172738
Octal2722041430355733274770
Binary101110101000010011000110111011011111101110111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8463; }

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

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

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

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

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

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

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

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