#BA6C8D

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

Shades of Tapestry #BA6C8D

Tints of Tapestry #BA6C8D

Color information

#BA6C8D (or 0xBA6C8D) is unknown color: approx Tapestry. HEX triplet: BA, 6C and 8D. RGB value is (186,108,141). Sum of RGB (Red+Green+Blue) = 186+108+141=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6C8D is #459372. Grayscale: #878787. Windows color (decimal): -4559731 or 9268410. OLE color: 9268410.

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

Color convert

RGB186108141-
CMYK00.420.240.27
HSL334.62º36.11%57.65%-
HSV(B)334.62º41.94%72.94%-
XYZ30.4223.0928.05-
YUV135.08131.34164.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=42.76%
G=24.83%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610814100.420.240.27334.6236.1157.65
HexBA6C8D02A181B14f243a
Octal27215421505230335174472
Binary1011101011011001000110101010101100011011101001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C8D; }

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

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

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

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

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

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

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

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