#BE6584

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

Shades of Tapestry #BE6584

Tints of Tapestry #BE6584

Color information

#BE6584 (or 0xBE6584) is unknown color: approx Tapestry. HEX triplet: BE, 65 and 84. RGB value is (190,101,132). Sum of RGB (Red+Green+Blue) = 190+101+132=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6584 is #419A7B. Grayscale: #838383. Windows color (decimal): -4299388 or 8676798. OLE color: 8676798.

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

Color convert

RGB190101132-
CMYK00.470.310.25
HSL339.1º40.64%57.06%-
HSV(B)339.1º46.84%74.51%-
XYZ30.0521.9224.48-
YUV131.14128.49169.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=44.92%
G=23.88%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010113200.470.310.25339.140.6457.06
HexBE658402F1F191532939
Octal27614520405737315235171
Binary1011111011001011000010001011111111111001101010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6584; }

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

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

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

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

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

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

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

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