#BA6B8E

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

Shades of Tapestry #BA6B8E

Tints of Tapestry #BA6B8E

Color information

#BA6B8E (or 0xBA6B8E) is unknown color: approx Tapestry. HEX triplet: BA, 6B and 8E. RGB value is (186,107,142). Sum of RGB (Red+Green+Blue) = 186+107+142=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B8E is #459471. Grayscale: #868686. Windows color (decimal): -4559986 or 9333690. OLE color: 9333690.

HSL color Cylindrical-coordinate representation of color #BA6B8E: hue angle of 333.42º 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 #BA6B8E is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB186107142-
CMYK00.420.240.27
HSL333.42º36.41%57.45%-
HSV(B)333.42º42.47%72.94%-
XYZ30.3922.9128.41-
YUV134.61132.17164.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=42.76%
G=24.60%
B=32.64%

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
Decimal18610714200.420.240.27333.4236.4157.45
HexBA6B8E02A181B14d2439
Octal27215321605230335154471
Binary1011101011010111000111001010101100011011101001101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B8E; }

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

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

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

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

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

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

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

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