#BE7584

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

Shades of Tapestry #BE7584

Tints of Tapestry #BE7584

Color information

#BE7584 (or 0xBE7584) is unknown color: approx Tapestry. HEX triplet: BE, 75 and 84. RGB value is (190,117,132). Sum of RGB (Red+Green+Blue) = 190+117+132=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7584 is #418A7B. Grayscale: #8C8C8C. Windows color (decimal): -4295292 or 8680894. OLE color: 8680894.

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

Color convert

RGB190117132-
CMYK00.380.310.25
HSL347.67º35.96%60.2%-
HSV(B)347.67º38.42%74.51%-
XYZ31.7625.3425.05-
YUV140.54123.18163.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=43.28%
G=26.65%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011713200.380.310.25347.6735.9660.2
HexBE75840261F1915c243c
Octal27616520404637315344474
Binary1011111011101011000010001001101111111001101011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7584; }

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

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

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

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

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

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

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

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