#BA5D7F

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

Shades of Tapestry #BA5D7F

Tints of Tapestry #BA5D7F

Color information

#BA5D7F (or 0xBA5D7F) is unknown color: approx Tapestry. HEX triplet: BA, 5D and 7F. RGB value is (186,93,127). Sum of RGB (Red+Green+Blue) = 186+93+127=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D7F is #45A280. Grayscale: #7C7C7C. Windows color (decimal): -4563585 or 8347066. OLE color: 8347066.

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

Color convert

RGB18693127-
CMYK00.50.320.27
HSL338.06º40.26%54.71%-
HSV(B)338.06º50%72.94%-
XYZ27.9919.822.42-
YUV124.68129.31171.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 127 (50% from 255) = 31.28%
R=45.81%
G=22.91%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869312700.50.320.27338.0640.2654.71
HexBA5D7F032201B1522837
Octal27213517706240335225067
Binary1011101010111011111111011001010000011011101010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D7F; }

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

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

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

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

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

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

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

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