#BE7F87

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

Shades of Tapestry #BE7F87

Tints of Tapestry #BE7F87

Color information

#BE7F87 (or 0xBE7F87) is unknown color: approx Tapestry. HEX triplet: BE, 7F and 87. RGB value is (190,127,135). Sum of RGB (Red+Green+Blue) = 190+127+135=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F87 is #418078. Grayscale: #929292. Windows color (decimal): -4292729 or 8880062. OLE color: 8880062.

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

Color convert

RGB190127135-
CMYK00.330.290.25
HSL352.38º32.64%62.16%-
HSV(B)352.38º33.16%74.51%-
XYZ33.227.8826.55-
YUV146.75121.37158.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=42.04%
G=28.10%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012713500.330.290.25352.3832.6462.16
HexBE7F870211D19160213e
Octal27617720704135315404176
Binary1011111011111111000011101000011110111001101100000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F87; }

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

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

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

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

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

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

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

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