#BA6D8D

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

Shades of Tapestry #BA6D8D

Tints of Tapestry #BA6D8D

Color information

#BA6D8D (or 0xBA6D8D) is unknown color: approx Tapestry. HEX triplet: BA, 6D and 8D. RGB value is (186,109,141). Sum of RGB (Red+Green+Blue) = 186+109+141=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D8D is #459272. Grayscale: #878787. Windows color (decimal): -4559475 or 9268666. OLE color: 9268666.

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

Color convert

RGB186109141-
CMYK00.410.240.27
HSL335.06º35.81%57.84%-
HSV(B)335.06º41.4%72.94%-
XYZ30.5323.328.09-
YUV135.67131.01163.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=42.66%
G=25%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610914100.410.240.27335.0635.8157.84
HexBA6D8D029181B14f243a
Octal27215521505130335174472
Binary1011101011011011000110101010011100011011101001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D8D; }

 p { color: rgb(186,109,141); }

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

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

 a { background-color: rgb(186,109,141); }

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

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

 span { border-color: rgb(186,109,141); }

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