#BE5F79

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

Shades of Tapestry #BE5F79

Tints of Tapestry #BE5F79

Color information

#BE5F79 (or 0xBE5F79) is unknown color: approx Tapestry. HEX triplet: BE, 5F and 79. RGB value is (190,95,121). Sum of RGB (Red+Green+Blue) = 190+95+121=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F79 is #41A086. Grayscale: #7E7E7E. Windows color (decimal): -4300935 or 7954366. OLE color: 7954366.

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

Color convert

RGB19095121-
CMYK00.50.360.25
HSL343.58º42.22%55.88%-
HSV(B)343.58º50%74.51%-
XYZ28.7820.5120.53-
YUV126.37124.97173.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=46.80%
G=23.40%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909512100.50.360.25343.5842.2255.88
HexBE5F7903224191582a38
Octal27613717106244315305270
Binary1011111010111111111001011001010010011001101011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F79; }

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

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

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

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

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

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

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

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