#BA727D

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

Shades of Tapestry #BA727D

Tints of Tapestry #BA727D

Color information

#BA727D (or 0xBA727D) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 7D. RGB value is (186,114,125). Sum of RGB (Red+Green+Blue) = 186+114+125=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA727D is #458D82. Grayscale: #888888. Windows color (decimal): -4558211 or 8221370. OLE color: 8221370.

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

Color convert

RGB186114125-
CMYK00.390.330.27
HSL350.83º34.29%58.82%-
HSV(B)350.83º38.71%72.94%-
XYZ29.9723.9522.45-
YUV136.78121.35163.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=43.76%
G=26.82%
B=29.41%

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
Decimal18611412500.390.330.27350.8334.2958.82
HexBA727D027211B15f223b
Octal27216217504741335374273
Binary1011101011100101111101010011110000111011101011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA727D; }

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

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

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

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

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

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

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

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