#BA677D

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

Shades of Tapestry #BA677D

Tints of Tapestry #BA677D

Color information

#BA677D (or 0xBA677D) is unknown color: approx Tapestry. HEX triplet: BA, 67 and 7D. RGB value is (186,103,125). Sum of RGB (Red+Green+Blue) = 186+103+125=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA677D is #459882. Grayscale: #828282. Windows color (decimal): -4561027 or 8218554. OLE color: 8218554.

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

Color convert

RGB186103125-
CMYK00.450.330.27
HSL344.1º37.56%56.67%-
HSV(B)344.1º44.62%72.94%-
XYZ28.821.6222.06-
YUV130.32125167.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=44.93%
G=24.88%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610312500.450.330.27344.137.5656.67
HexBA677D02D211B1582639
Octal27214717505541335304671
Binary1011101011001111111101010110110000111011101011000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA677D; }

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

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

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

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

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

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

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

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