#BA7292

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

Shades of Tapestry #BA7292

Tints of Tapestry #BA7292

Color information

#BA7292 (or 0xBA7292) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 92. RGB value is (186,114,146). Sum of RGB (Red+Green+Blue) = 186+114+146=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7292 is #458D6D. Grayscale: #8B8B8B. Windows color (decimal): -4558190 or 9597626. OLE color: 9597626.

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

Color convert

RGB186114146-
CMYK00.390.220.27
HSL333.33º34.29%58.82%-
HSV(B)333.33º38.71%72.94%-
XYZ31.4624.5530.27-
YUV139.18131.85161.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 114 (44.92% from 255) = 25.56%
BLUE value IS 146 (57.42% from 255) = 32.74%
R=41.70%
G=25.56%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611414600.390.220.27333.3334.2958.82
HexBA7292027161B14d223b
Octal27216222204726335154273
Binary1011101011100101001001001001111011011011101001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7292; }

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

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

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

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

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

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

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

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