#BA7492

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

Shades of Tapestry #BA7492

Tints of Tapestry #BA7492

Color information

#BA7492 (or 0xBA7492) is unknown color: approx Tapestry. HEX triplet: BA, 74 and 92. RGB value is (186,116,146). Sum of RGB (Red+Green+Blue) = 186+116+146=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7492 is #458B6D. Grayscale: #8C8C8C. Windows color (decimal): -4557678 or 9598138. OLE color: 9598138.

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

Color convert

RGB186116146-
CMYK00.380.220.27
HSL334.29º33.65%59.22%-
HSV(B)334.29º37.63%72.94%-
XYZ31.6825.0130.35-
YUV140.35131.19160.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=41.52%
G=25.89%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611614600.380.220.27334.2933.6559.22
HexBA7492026161B14e223b
Octal27216422204626335164273
Binary1011101011101001001001001001101011011011101001110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7492; }

 p { color: rgb(186,116,146); }

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

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

 a { background-color: rgb(186,116,146); }

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

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

 span { border-color: rgb(186,116,146); }

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