#BA698D

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

Shades of Tapestry #BA698D

Tints of Tapestry #BA698D

Color information

#BA698D (or 0xBA698D) is unknown color: approx Tapestry. HEX triplet: BA, 69 and 8D. RGB value is (186,105,141). Sum of RGB (Red+Green+Blue) = 186+105+141=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA698D is #459672. Grayscale: #858585. Windows color (decimal): -4560499 or 9267642. OLE color: 9267642.

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

Color convert

RGB186105141-
CMYK00.440.240.27
HSL333.33º36.99%57.06%-
HSV(B)333.33º43.55%72.94%-
XYZ30.1122.4727.95-
YUV133.32132.34165.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=43.06%
G=24.31%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610514100.440.240.27333.3336.9957.06
HexBA698D02C181B14d2539
Octal27215121505430335154571
Binary1011101011010011000110101011001100011011101001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA698D; }

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

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

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

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

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

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

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

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