#BA6B8B

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

Shades of Tapestry #BA6B8B

Tints of Tapestry #BA6B8B

Color information

#BA6B8B (or 0xBA6B8B) is unknown color: approx Tapestry. HEX triplet: BA, 6B and 8B. RGB value is (186,107,139). Sum of RGB (Red+Green+Blue) = 186+107+139=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B8B is #459474. Grayscale: #868686. Windows color (decimal): -4559989 or 9137082. OLE color: 9137082.

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

Color convert

RGB186107139-
CMYK00.420.250.27
HSL335.7º36.41%57.45%-
HSV(B)335.7º42.47%72.94%-
XYZ30.1722.8227.24-
YUV134.27130.67164.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=43.06%
G=24.77%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610713900.420.250.27335.736.4157.45
HexBA6B8B02A191B1502439
Octal27215321305231335204471
Binary1011101011010111000101101010101100111011101010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B8B; }

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

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

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

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

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

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

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

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