#BA6B87

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

Shades of Tapestry #BA6B87

Tints of Tapestry #BA6B87

Color information

#BA6B87 (or 0xBA6B87) is unknown color: approx Tapestry. HEX triplet: BA, 6B and 87. RGB value is (186,107,135). Sum of RGB (Red+Green+Blue) = 186+107+135=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B87 is #459478. Grayscale: #858585. Windows color (decimal): -4559993 or 8874938. OLE color: 8874938.

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

Color convert

RGB186107135-
CMYK00.420.270.27
HSL338.73º36.41%57.45%-
HSV(B)338.73º42.47%72.94%-
XYZ29.8822.725.73-
YUV133.81128.67165.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=43.46%
G=25%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610713500.420.270.27338.7336.4157.45
HexBA6B8702A1B1B1532439
Octal27215320705233335234471
Binary1011101011010111000011101010101101111011101010011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B87; }

 p { color: rgb(186,107,135); }

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

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

 a { background-color: rgb(186,107,135); }

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

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

 span { border-color: rgb(186,107,135); }

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