#BA617F

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

Shades of Tapestry #BA617F

Tints of Tapestry #BA617F

Color information

#BA617F (or 0xBA617F) is unknown color: approx Tapestry. HEX triplet: BA, 61 and 7F. RGB value is (186,97,127). Sum of RGB (Red+Green+Blue) = 186+97+127=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA617F is #459E80. Grayscale: #7F7F7F. Windows color (decimal): -4562561 or 8348090. OLE color: 8348090.

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

Color convert

RGB18697127-
CMYK00.480.320.27
HSL339.78º39.21%55.49%-
HSV(B)339.78º47.85%72.94%-
XYZ28.3620.5222.55-
YUV127.03127.99170.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 127 (50% from 255) = 30.98%
R=45.37%
G=23.66%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869712700.480.320.27339.7839.2155.49
HexBA617F030201B1542737
Octal27214117706040335244767
Binary1011101011000011111111011000010000011011101010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA617F; }

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

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

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

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

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

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

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

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