#BE7379

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

Shades of Tapestry #BE7379

Tints of Tapestry #BE7379

Color information

#BE7379 (or 0xBE7379) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 79. RGB value is (190,115,121). Sum of RGB (Red+Green+Blue) = 190+115+121=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7379 is #418C86. Grayscale: #8A8A8A. Windows color (decimal): -4295815 or 7959486. OLE color: 7959486.

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

Color convert

RGB190115121-
CMYK00.390.360.25
HSL355.2º36.59%59.8%-
HSV(B)355.2º39.47%74.51%-
XYZ30.8224.5921.21-
YUV138.11118.35165.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=44.60%
G=27.00%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011512100.390.360.25355.236.5959.8
HexBE73790272419163253c
Octal27616317104744315434574
Binary1011111011100111111001010011110010011001101100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7379; }

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

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

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

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

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

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

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

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