#BA805F

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

Shades of Medium Wood #BA805F

Tints of Medium Wood #BA805F

Color information

#BA805F (or 0xBA805F) is unknown color: approx Medium Wood. HEX triplet: BA, 80 and 5F. RGB value is (186,128,95). Sum of RGB (Red+Green+Blue) = 186+128+95=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA805F is #457FA0. Grayscale: #8D8D8D. Windows color (decimal): -4554657 or 6258874. OLE color: 6258874.

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

Color convert

RGB18612895-
CMYK00.310.490.27
HSL21.76º39.74%55.1%-
HSV(B)21.76º48.92%72.94%-
XYZ30.0326.714.4-
YUV141.58101.72159.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=45.48%
G=31.30%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861289500.310.490.2721.7639.7455.1
HexBA805F01F311B162837
Octal2722001370376133265067
Binary101110101000000010111110111111100011101110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA805F; }

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

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

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

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

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

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

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

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