#BE6684

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

Shades of Tapestry #BE6684

Tints of Tapestry #BE6684

Color information

#BE6684 (or 0xBE6684) is unknown color: approx Tapestry. HEX triplet: BE, 66 and 84. RGB value is (190,102,132). Sum of RGB (Red+Green+Blue) = 190+102+132=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6684 is #41997B. Grayscale: #838383. Windows color (decimal): -4299132 or 8677054. OLE color: 8677054.

HSL color Cylindrical-coordinate representation of color #BE6684: hue angle of 339.55º 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 #BE6684 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB190102132-
CMYK00.460.310.25
HSL339.55º40.37%57.25%-
HSV(B)339.55º46.32%74.51%-
XYZ30.1522.1224.51-
YUV131.73128.15169.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=44.81%
G=24.06%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010213200.460.310.25339.5540.3757.25
HexBE668402E1F191542839
Octal27614620405637315245071
Binary1011111011001101000010001011101111111001101010100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6684; }

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

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

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

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

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

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

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

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