#BE7087

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

Shades of Tapestry #BE7087

Tints of Tapestry #BE7087

Color information

#BE7087 (or 0xBE7087) is unknown color: approx Tapestry. HEX triplet: BE, 70 and 87. RGB value is (190,112,135). Sum of RGB (Red+Green+Blue) = 190+112+135=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7087 is #418F78. Grayscale: #898989. Windows color (decimal): -4296569 or 8876222. OLE color: 8876222.

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

Color convert

RGB190112135-
CMYK00.410.290.25
HSL342.31º37.5%59.22%-
HSV(B)342.31º41.05%74.51%-
XYZ31.424.2825.95-
YUV137.94126.34165.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=43.48%
G=25.63%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011213500.410.290.25342.3137.559.22
HexBE70870291D19156263b
Octal27616020705135315264673
Binary1011111011100001000011101010011110111001101010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7087; }

 p { color: rgb(190,112,135); }

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

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

 a { background-color: rgb(190,112,135); }

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

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

 span { border-color: rgb(190,112,135); }

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