#BA667F

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

Shades of Tapestry #BA667F

Tints of Tapestry #BA667F

Color information

#BA667F (or 0xBA667F) is unknown color: approx Tapestry. HEX triplet: BA, 66 and 7F. RGB value is (186,102,127). Sum of RGB (Red+Green+Blue) = 186+102+127=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA667F is #459980. Grayscale: #818181. Windows color (decimal): -4561281 or 8349370. OLE color: 8349370.

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

Color convert

RGB186102127-
CMYK00.450.320.27
HSL342.14º37.84%56.47%-
HSV(B)342.14º45.16%72.94%-
XYZ28.8321.4722.7-
YUV129.97126.33167.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 127 (50% from 255) = 30.60%
R=44.82%
G=24.58%
B=30.60%

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
Decimal18610212700.450.320.27342.1437.8456.47
HexBA667F02D201B1562638
Octal27214617705540335264670
Binary1011101011001101111111010110110000011011101010110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA667F; }

 p { color: rgb(186,102,127); }

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

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

 a { background-color: rgb(186,102,127); }

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

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

 span { border-color: rgb(186,102,127); }

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