#BA7690

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

Shades of Tapestry #BA7690

Tints of Tapestry #BA7690

Color information

#BA7690 (or 0xBA7690) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 90. RGB value is (186,118,144). Sum of RGB (Red+Green+Blue) = 186+118+144=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7690 is #45896F. Grayscale: #8D8D8D. Windows color (decimal): -4557168 or 9467578. OLE color: 9467578.

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

Color convert

RGB186118144-
CMYK00.370.230.27
HSL337.06º33.01%59.61%-
HSV(B)337.06º36.56%72.94%-
XYZ31.7625.4129.62-
YUV141.3129.53159.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=41.52%
G=26.34%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611814400.370.230.27337.0633.0159.61
HexBA7690025171B151213c
Octal27216622004527335214174
Binary1011101011101101001000001001011011111011101010001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7690; }

 p { color: rgb(186,118,144); }

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

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

 a { background-color: rgb(186,118,144); }

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

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

 span { border-color: rgb(186,118,144); }

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