#BA825E

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

Shades of Medium Wood #BA825E

Tints of Medium Wood #BA825E

Color information

#BA825E (or 0xBA825E) is unknown color: approx Medium Wood. HEX triplet: BA, 82 and 5E. RGB value is (186,130,94). Sum of RGB (Red+Green+Blue) = 186+130+94=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA825E is #457DA1. Grayscale: #8E8E8E. Windows color (decimal): -4554146 or 6193850. OLE color: 6193850.

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

Color convert

RGB18613094-
CMYK00.300.490.27
HSL23.48º40%54.9%-
HSV(B)23.48º49.46%72.94%-
XYZ30.2527.2114.25-
YUV142.64100.55158.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=45.37%
G=31.71%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861309400.300.490.2723.484054.9
HexBA825E01E311B172837
Octal2722021360366133275067
Binary101110101000001010111100111101100011101110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA825E; }

 p { color: rgb(186,130,94); }

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

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

 a { background-color: rgb(186,130,94); }

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

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

 span { border-color: rgb(186,130,94); }

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