#BA6E8B

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

Shades of Tapestry #BA6E8B

Tints of Tapestry #BA6E8B

Color information

#BA6E8B (or 0xBA6E8B) is unknown color: approx Tapestry. HEX triplet: BA, 6E and 8B. RGB value is (186,110,139). Sum of RGB (Red+Green+Blue) = 186+110+139=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6E8B is #459174. Grayscale: #878787. Windows color (decimal): -4559221 or 9137850. OLE color: 9137850.

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

Color convert

RGB186110139-
CMYK00.410.250.27
HSL337.11º35.51%58.04%-
HSV(B)337.11º40.86%72.94%-
XYZ30.4923.4627.35-
YUV136.03129.68163.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=42.76%
G=25.29%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611013900.410.250.27337.1135.5158.04
HexBA6E8B029191B151243a
Octal27215621305131335214472
Binary1011101011011101000101101010011100111011101010001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E8B; }

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

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

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

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

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

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

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

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