#BE6F79

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

Shades of Tapestry #BE6F79

Tints of Tapestry #BE6F79

Color information

#BE6F79 (or 0xBE6F79) is unknown color: approx Tapestry. HEX triplet: BE, 6F and 79. RGB value is (190,111,121). Sum of RGB (Red+Green+Blue) = 190+111+121=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F79 is #419086. Grayscale: #878787. Windows color (decimal): -4296839 or 7958462. OLE color: 7958462.

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

Color convert

RGB190111121-
CMYK00.420.360.25
HSL352.41º37.8%59.02%-
HSV(B)352.41º41.58%74.51%-
XYZ30.3723.721.06-
YUV135.76119.67166.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=45.02%
G=26.30%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011112100.420.360.25352.4137.859.02
HexBE6F7902A2419160263b
Octal27615717105244315404673
Binary1011111011011111111001010101010010011001101100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F79; }

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

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

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

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

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

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

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

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