#BE5F7E

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

Shades of Tapestry #BE5F7E

Tints of Tapestry #BE5F7E

Color information

#BE5F7E (or 0xBE5F7E) is unknown color: approx Tapestry. HEX triplet: BE, 5F and 7E. RGB value is (190,95,126). Sum of RGB (Red+Green+Blue) = 190+95+126=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F7E is #41A081. Grayscale: #7E7E7E. Windows color (decimal): -4300930 or 8282046. OLE color: 8282046.

HSL color Cylindrical-coordinate representation of color #BE5F7E: hue angle of 340.42º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5F7E is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19095126-
CMYK00.50.340.25
HSL340.42º42.22%55.88%-
HSV(B)340.42º50%74.51%-
XYZ29.0920.6422.19-
YUV126.94127.47172.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=46.23%
G=23.11%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909512600.50.340.25340.4242.2255.88
HexBE5F7E03222191542a38
Octal27613717606242315245270
Binary1011111010111111111110011001010001011001101010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F7E; }

 p { color: rgb(190,95,126); }

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

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

 a { background-color: rgb(190,95,126); }

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

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

 span { border-color: rgb(190,95,126); }

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