#BA758B

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

Shades of Tapestry #BA758B

Tints of Tapestry #BA758B

Color information

#BA758B (or 0xBA758B) is unknown color: approx Tapestry. HEX triplet: BA, 75 and 8B. RGB value is (186,117,139). Sum of RGB (Red+Green+Blue) = 186+117+139=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA758B is #458A74. Grayscale: #8C8C8C. Windows color (decimal): -4557429 or 9139642. OLE color: 9139642.

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

Color convert

RGB186117139-
CMYK00.370.250.27
HSL340.87º33.33%59.41%-
HSV(B)340.87º37.1%72.94%-
XYZ31.2725.0327.61-
YUV140.14127.36160.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=42.08%
G=26.47%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611713900.370.250.27340.8733.3359.41
HexBA758B025191B155213b
Octal27216521304531335254173
Binary1011101011101011000101101001011100111011101010101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA758B; }

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

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

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

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

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

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

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

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