#BA8163

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

Shades of Medium Wood #BA8163

Tints of Medium Wood #BA8163

Color information

#BA8163 (or 0xBA8163) is unknown color: approx Medium Wood. HEX triplet: BA, 81 and 63. RGB value is (186,129,99). Sum of RGB (Red+Green+Blue) = 186+129+99=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8163 is #457E9C. Grayscale: #8E8E8E. Windows color (decimal): -4554397 or 6521274. OLE color: 6521274.

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

Color convert

RGB18612999-
CMYK00.310.470.27
HSL20.69º38.67%55.88%-
HSV(B)20.69º46.77%72.94%-
XYZ30.3527.0415.42-
YUV142.62103.38158.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=44.93%
G=31.16%
B=23.91%

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
Decimal1861299900.310.470.2720.6938.6755.88
HexBA816301F2F1B152738
Octal2722011430375733254770
Binary101110101000000111000110111111011111101110101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8163; }

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

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

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

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

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

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

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

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