#BE6673

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

Shades of Tapestry #BE6673

Tints of Tapestry #BE6673

Color information

#BE6673 (or 0xBE6673) is unknown color: approx Tapestry. HEX triplet: BE, 66 and 73. RGB value is (190,102,115). Sum of RGB (Red+Green+Blue) = 190+102+115=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6673 is #41998C. Grayscale: #818181. Windows color (decimal): -4299149 or 7562942. OLE color: 7562942.

HSL color Cylindrical-coordinate representation of color #BE6673: hue angle of 351.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6673 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190102115-
CMYK00.460.390.25
HSL351.14º40.37%57.25%-
HSV(B)351.14º46.32%74.51%-
XYZ29.0821.6918.87-
YUV129.79119.65170.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=46.68%
G=25.06%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010211500.460.390.25351.1440.3757.25
HexBE667302E271915f2839
Octal27614616305647315375071
Binary1011111011001101110011010111010011111001101011111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6673; }

 p { color: rgb(190,102,115); }

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

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

 a { background-color: rgb(190,102,115); }

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

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

 span { border-color: rgb(190,102,115); }

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