#BA677E

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

Shades of Tapestry #BA677E

Tints of Tapestry #BA677E

Color information

#BA677E (or 0xBA677E) is unknown color: approx Tapestry. HEX triplet: BA, 67 and 7E. RGB value is (186,103,126). Sum of RGB (Red+Green+Blue) = 186+103+126=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA677E is #459881. Grayscale: #828282. Windows color (decimal): -4561026 or 8284090. OLE color: 8284090.

HSL color Cylindrical-coordinate representation of color #BA677E: hue angle of 343.37º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA677E is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB186103126-
CMYK00.450.320.27
HSL343.37º37.56%56.67%-
HSV(B)343.37º44.62%72.94%-
XYZ28.8721.6522.4-
YUV130.44125.5167.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=44.82%
G=24.82%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610312600.450.320.27343.3737.5656.67
HexBA677E02D201B1572639
Octal27214717605540335274671
Binary1011101011001111111110010110110000011011101010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA677E; }

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

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

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

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

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

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

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

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