#BE6379

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

Shades of Tapestry #BE6379

Tints of Tapestry #BE6379

Color information

#BE6379 (or 0xBE6379) is unknown color: approx Tapestry. HEX triplet: BE, 63 and 79. RGB value is (190,99,121). Sum of RGB (Red+Green+Blue) = 190+99+121=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6379 is #419C86. Grayscale: #808080. Windows color (decimal): -4299911 or 7955390. OLE color: 7955390.

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

Color convert

RGB19099121-
CMYK00.480.360.25
HSL345.49º41.18%56.67%-
HSV(B)345.49º47.89%74.51%-
XYZ29.1521.2520.65-
YUV128.72123.65171.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=46.34%
G=24.15%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909912100.480.360.25345.4941.1856.67
HexBE637903024191592939
Octal27614317106044315315171
Binary1011111011000111111001011000010010011001101011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6379; }

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

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

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

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

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

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

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

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