#BE7189

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

Shades of Tapestry #BE7189

Tints of Tapestry #BE7189

Color information

#BE7189 (or 0xBE7189) is unknown color: approx Tapestry. HEX triplet: BE, 71 and 89. RGB value is (190,113,137). Sum of RGB (Red+Green+Blue) = 190+113+137=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7189 is #418E76. Grayscale: #8A8A8A. Windows color (decimal): -4296311 or 9007550. OLE color: 9007550.

HSL color Cylindrical-coordinate representation of color #BE7189: hue angle of 341.3º degrees, saturation: 0.37, 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 #BE7189 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB190113137-
CMYK00.410.280.25
HSL341.3º37.2%59.41%-
HSV(B)341.3º40.53%74.51%-
XYZ31.6624.5626.74-
YUV138.76127.01164.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=43.18%
G=25.68%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011313700.410.280.25341.337.259.41
HexBE71890291C19155253b
Octal27616121105134315254573
Binary1011111011100011000100101010011110011001101010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7189; }

 p { color: rgb(190,113,137); }

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

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

 a { background-color: rgb(190,113,137); }

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

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

 span { border-color: rgb(190,113,137); }

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