#BA7384

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

Shades of Tapestry #BA7384

Tints of Tapestry #BA7384

Color information

#BA7384 (or 0xBA7384) is unknown color: approx Tapestry. HEX triplet: BA, 73 and 84. RGB value is (186,115,132). Sum of RGB (Red+Green+Blue) = 186+115+132=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7384 is #458C7B. Grayscale: #8A8A8A. Windows color (decimal): -4557948 or 8680378. OLE color: 8680378.

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

Color convert

RGB186115132-
CMYK00.380.290.27
HSL345.63º33.97%59.02%-
HSV(B)345.63º38.17%72.94%-
XYZ30.5524.3724.92-
YUV138.17124.52162.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=42.96%
G=26.56%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611513200.380.290.27345.6333.9759.02
HexBA73840261D1B15a223b
Octal27216320404635335324273
Binary1011101011100111000010001001101110111011101011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7384; }

 p { color: rgb(186,115,132); }

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

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

 a { background-color: rgb(186,115,132); }

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

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

 span { border-color: rgb(186,115,132); }

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