#BA727E

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

Shades of Tapestry #BA727E

Tints of Tapestry #BA727E

Color information

#BA727E (or 0xBA727E) is unknown color: approx Tapestry. HEX triplet: BA, 72 and 7E. RGB value is (186,114,126). Sum of RGB (Red+Green+Blue) = 186+114+126=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA727E is #458D81. Grayscale: #888888. Windows color (decimal): -4558210 or 8286906. OLE color: 8286906.

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

Color convert

RGB186114126-
CMYK00.390.320.27
HSL350º34.29%58.82%-
HSV(B)350º38.71%72.94%-
XYZ30.0323.9822.78-
YUV136.9121.85163.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=43.66%
G=26.76%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611412600.390.320.2735034.2958.82
HexBA727E027201B15e223b
Octal27216217604740335364273
Binary1011101011100101111110010011110000011011101011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA727E; }

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

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

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

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

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

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

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

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