#BA727C

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

Shades of Tapestry #BA727C

Tints of Tapestry #BA727C

Color information

#BA727C (or 0xBA727C) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 7C. RGB value is (186,114,124). Sum of RGB (Red+Green+Blue) = 186+114+124=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA727C is #458D83. Grayscale: #888888. Windows color (decimal): -4558212 or 8155834. OLE color: 8155834.

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

Color convert

RGB186114124-
CMYK00.390.330.27
HSL351.67º34.29%58.82%-
HSV(B)351.67º38.71%72.94%-
XYZ29.9123.9322.11-
YUV136.67120.85163.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 124 (48.83% from 255) = 29.25%
R=43.87%
G=26.89%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611412400.390.330.27351.6734.2958.82
HexBA727C027211B160223b
Octal27216217404741335404273
Binary1011101011100101111100010011110000111011101100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA727C; }

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

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

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

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

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

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

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

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