#BA5C82

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

Shades of Tapestry #BA5C82

Tints of Tapestry #BA5C82

Color information

#BA5C82 (or 0xBA5C82) is unknown color: approx Tapestry. HEX triplet: BA, 5C and 82. RGB value is (186,92,130). Sum of RGB (Red+Green+Blue) = 186+92+130=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C82 is #45A37D. Grayscale: #7C7C7C. Windows color (decimal): -4563838 or 8543418. OLE color: 8543418.

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

Color convert

RGB18692130-
CMYK00.510.300.27
HSL335.74º40.52%54.51%-
HSV(B)335.74º50.54%72.94%-
XYZ28.1119.7123.44-
YUV124.44131.14171.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 92 (36.33% from 255) = 22.55%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=45.59%
G=22.55%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869213000.510.300.27335.7440.5254.51
HexBA5C820331E1B1502937
Octal27213420206336335205167
Binary1011101010111001000001001100111111011011101010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C82; }

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

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

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

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

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

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

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

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