#BA7280

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

Shades of Tapestry #BA7280

Tints of Tapestry #BA7280

Color information

#BA7280 (or 0xBA7280) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 80. RGB value is (186,114,128). Sum of RGB (Red+Green+Blue) = 186+114+128=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7280 is #458D7F. Grayscale: #898989. Windows color (decimal): -4558208 or 8417978. OLE color: 8417978.

HSL color Cylindrical-coordinate representation of color #BA7280: hue angle of 348.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 #BA7280 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186114128-
CMYK00.390.310.27
HSL348.33º34.29%58.82%-
HSV(B)348.33º38.71%72.94%-
XYZ30.1624.0323.47-
YUV137.12122.85162.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=43.46%
G=26.64%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611412800.390.310.27348.3334.2958.82
HexBA72800271F1B15c223b
Octal27216220004737335344273
Binary1011101011100101000000001001111111111011101011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7280; }

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

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

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

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

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

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

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

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