#BE6979

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

Shades of Tapestry #BE6979

Tints of Tapestry #BE6979

Color information

#BE6979 (or 0xBE6979) is unknown color: approx Tapestry. HEX triplet: BE, 69 and 79. RGB value is (190,105,121). Sum of RGB (Red+Green+Blue) = 190+105+121=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6979 is #419686. Grayscale: #848484. Windows color (decimal): -4298375 or 7956926. OLE color: 7956926.

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

Color convert

RGB190105121-
CMYK00.450.360.25
HSL348.71º39.53%57.84%-
HSV(B)348.71º44.74%74.51%-
XYZ29.7422.4320.85-
YUV132.24121.66169.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=45.67%
G=25.24%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010512100.450.360.25348.7139.5357.84
HexBE697902D241915d283a
Octal27615117105544315355072
Binary1011111011010011111001010110110010011001101011101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6979; }

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

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

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

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

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

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

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

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