#BA5E83

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

Shades of Tapestry #BA5E83

Tints of Tapestry #BA5E83

Color information

#BA5E83 (or 0xBA5E83) is unknown color: approx Tapestry. HEX triplet: BA, 5E and 83. RGB value is (186,94,131). Sum of RGB (Red+Green+Blue) = 186+94+131=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E83 is #45A17C. Grayscale: #7D7D7D. Windows color (decimal): -4563325 or 8609466. OLE color: 8609466.

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

Color convert

RGB18694131-
CMYK00.490.300.27
HSL335.87º40%54.9%-
HSV(B)335.87º49.46%72.94%-
XYZ28.3520.0823.86-
YUV125.73130.98170.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=45.26%
G=22.87%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869413100.490.300.27335.874054.9
HexBA5E830311E1B1502837
Octal27213620306136335205067
Binary1011101010111101000001101100011111011011101010000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E83; }

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

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

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

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

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

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

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

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