#BA815E

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

Shades of Medium Wood #BA815E

Tints of Medium Wood #BA815E

Color information

#BA815E (or 0xBA815E) is unknown color: approx Medium Wood. HEX triplet: BA, 81 and 5E. RGB value is (186,129,94). Sum of RGB (Red+Green+Blue) = 186+129+94=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA815E is #457EA1. Grayscale: #8E8E8E. Windows color (decimal): -4554402 or 6193594. OLE color: 6193594.

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

Color convert

RGB18612994-
CMYK00.310.490.27
HSL22.83º40%54.9%-
HSV(B)22.83º49.46%72.94%-
XYZ30.1226.9514.2-
YUV142.05100.88159.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=45.48%
G=31.54%
B=22.98%

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
Decimal1861299400.310.490.2722.834054.9
HexBA815E01F311B172837
Octal2722011360376133275067
Binary101110101000000110111100111111100011101110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA815E; }

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

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

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

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

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

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

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

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