#BE7980

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

Shades of Tapestry #BE7980

Tints of Tapestry #BE7980

Color information

#BE7980 (or 0xBE7980) is unknown color: approx Tapestry. HEX triplet: BE, 79 and 80. RGB value is (190,121,128). Sum of RGB (Red+Green+Blue) = 190+121+128=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7980 is #41867F. Grayscale: #8E8E8E. Windows color (decimal): -4294272 or 8419774. OLE color: 8419774.

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

Color convert

RGB190121128-
CMYK00.360.330.25
HSL353.91º34.67%60.98%-
HSV(B)353.91º36.32%74.51%-
XYZ31.9726.1823.79-
YUV142.43119.86161.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=43.28%
G=27.56%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012112800.360.330.25353.9134.6760.98
HexBE79800242119162233d
Octal27617120004441315424375
Binary10111110111100110000000010010010000111001101100010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7980; }

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

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

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

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

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

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

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

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