#BE7080

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

Shades of Tapestry #BE7080

Tints of Tapestry #BE7080

Color information

#BE7080 (or 0xBE7080) is unknown color: approx Tapestry. HEX triplet: BE, 70 and 80. RGB value is (190,112,128). Sum of RGB (Red+Green+Blue) = 190+112+128=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7080 is #418F7F. Grayscale: #898989. Windows color (decimal): -4296576 or 8417470. OLE color: 8417470.

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

Color convert

RGB190112128-
CMYK00.410.330.25
HSL347.69º37.5%59.22%-
HSV(B)347.69º41.05%74.51%-
XYZ30.9324.0923.44-
YUV137.15122.84165.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=44.19%
G=26.05%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011212800.410.330.25347.6937.559.22
HexBE7080029211915c263b
Octal27616020005141315344673
Binary10111110111000010000000010100110000111001101011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7080; }

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

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

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

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

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

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

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

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