#BA805D

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

Shades of Medium Wood #BA805D

Tints of Medium Wood #BA805D

Color information

#BA805D (or 0xBA805D) is unknown color: approx Medium Wood. HEX triplet: BA, 80 and 5D. RGB value is (186,128,93). Sum of RGB (Red+Green+Blue) = 186+128+93=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA805D is #457FA2. Grayscale: #8D8D8D. Windows color (decimal): -4554659 or 6127802. OLE color: 6127802.

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

Color convert

RGB18612893-
CMYK00.310.50.27
HSL22.58º40.26%54.71%-
HSV(B)22.58º50%72.94%-
XYZ29.9426.6713.93-
YUV141.35100.72159.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=45.70%
G=31.45%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861289300.310.50.2722.5840.2654.71
HexBA805D01F321B172837
Octal2722001350376233275067
Binary101110101000000010111010111111100101101110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA805D; }

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

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

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

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

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

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

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

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