#BE7880

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

Shades of Tapestry #BE7880

Tints of Tapestry #BE7880

Color information

#BE7880 (or 0xBE7880) is unknown color: approx Tapestry. HEX triplet: BE, 78 and 80. RGB value is (190,120,128). Sum of RGB (Red+Green+Blue) = 190+120+128=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7880 is #41877F. Grayscale: #8D8D8D. Windows color (decimal): -4294528 or 8419518. OLE color: 8419518.

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

Color convert

RGB190120128-
CMYK00.370.330.25
HSL353.14º35%60.78%-
HSV(B)353.14º36.84%74.51%-
XYZ31.8525.9423.75-
YUV141.84120.19162.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=43.38%
G=27.40%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012012800.370.330.25353.143560.78
HexBE78800252119161233d
Octal27617020004541315414375
Binary10111110111100010000000010010110000111001101100001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7880; }

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

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

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

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

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

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

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

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