#BE7587

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

Shades of Tapestry #BE7587

Tints of Tapestry #BE7587

Color information

#BE7587 (or 0xBE7587) is unknown color: approx Tapestry. HEX triplet: BE, 75 and 87. RGB value is (190,117,135). Sum of RGB (Red+Green+Blue) = 190+117+135=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7587 is #418A78. Grayscale: #8C8C8C. Windows color (decimal): -4295289 or 8877502. OLE color: 8877502.

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

Color convert

RGB190117135-
CMYK00.380.290.25
HSL345.21º35.96%60.2%-
HSV(B)345.21º38.42%74.51%-
XYZ31.9725.4226.14-
YUV140.88124.68163.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 135 (53.12% from 255) = 30.54%
R=42.99%
G=26.47%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011713500.380.290.25345.2135.9660.2
HexBE75870261D19159243c
Octal27616520704635315314474
Binary1011111011101011000011101001101110111001101011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7587; }

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

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

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

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

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

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

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

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