#BE6980

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

Shades of Tapestry #BE6980

Tints of Tapestry #BE6980

Color information

#BE6980 (or 0xBE6980) is unknown color: approx Tapestry. HEX triplet: BE, 69 and 80. RGB value is (190,105,128). Sum of RGB (Red+Green+Blue) = 190+105+128=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6980 is #41967F. Grayscale: #858585. Windows color (decimal): -4298368 or 8415678. OLE color: 8415678.

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

Color convert

RGB190105128-
CMYK00.450.330.25
HSL343.76º39.53%57.84%-
HSV(B)343.76º44.74%74.51%-
XYZ30.1822.6123.2-
YUV133.04125.16168.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=44.92%
G=24.82%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010512800.450.330.25343.7639.5357.84
HexBE698002D2119158283a
Octal27615120005541315305072
Binary10111110110100110000000010110110000111001101011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6980; }

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

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

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

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

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

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

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

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