#BA825D

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

Shades of Medium Wood #BA825D

Tints of Medium Wood #BA825D

Color information

#BA825D (or 0xBA825D) is unknown color: approx Medium Wood. HEX triplet: BA, 82 and 5D. RGB value is (186,130,93). Sum of RGB (Red+Green+Blue) = 186+130+93=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA825D is #457DA2. Grayscale: #8E8E8E. Windows color (decimal): -4554147 or 6128314. OLE color: 6128314.

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

Color convert

RGB18613093-
CMYK00.300.50.27
HSL23.87º40.26%54.71%-
HSV(B)23.87º50%72.94%-
XYZ30.2127.1914.01-
YUV142.53100.05159.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=45.48%
G=31.78%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861309300.300.50.2723.8740.2654.71
HexBA825D01E321B182837
Octal2722021350366233305067
Binary101110101000001010111010111101100101101111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA825D; }

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

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

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

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

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

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

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

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