#BA6781

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

Shades of Tapestry #BA6781

Tints of Tapestry #BA6781

Color information

#BA6781 (or 0xBA6781) is unknown color: approx Tapestry. HEX triplet: BA, 67 and 81. RGB value is (186,103,129). Sum of RGB (Red+Green+Blue) = 186+103+129=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6781 is #45987E. Grayscale: #828282. Windows color (decimal): -4561023 or 8480698. OLE color: 8480698.

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

Color convert

RGB186103129-
CMYK00.450.310.27
HSL341.2º37.56%56.67%-
HSV(B)341.2º44.62%72.94%-
XYZ29.0621.7223.43-
YUV130.78127167.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=44.50%
G=24.64%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610312900.450.310.27341.237.5656.67
HexBA678102D1F1B1552639
Octal27214720105537335254671
Binary1011101011001111000000101011011111111011101010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6781; }

 p { color: rgb(186,103,129); }

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

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

 a { background-color: rgb(186,103,129); }

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

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

 span { border-color: rgb(186,103,129); }

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