#ba6b7c

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

Shades of Tapestry #BA6B7C

Tints of Tapestry #BA6B7C

Color information

#BA6B7C (or 0xBA6B7C) is unknown color: approx Tapestry. HEX triplet: BA, 6B and 7C. RGB value is (186,107,124). Sum of RGB (Red+Green+Blue) = 186+107+124=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B7C is #459483. Grayscale: #848484. Windows color (decimal): -4560004 or 8154042. OLE color: 8154042.

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

Color convert

RGB186107124-
CMYK00.420.330.27
HSL347.09º36.41%57.45%-
HSV(B)347.09º42.47%72.94%-
XYZ29.1522.4121.86-
YUV132.56123.17166.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=44.60%
G=25.66%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610712400.420.330.27347.0936.4157.45
HexBA6B7C02A211B15b2439
Octal27215317405241335334471
Binary1011101011010111111100010101010000111011101011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba6b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba6b7c; }

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

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

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

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

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

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

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

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