#BE7378

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

Shades of Tapestry #BE7378

Tints of Tapestry #BE7378

Color information

#BE7378 (or 0xBE7378) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 78. RGB value is (190,115,120). Sum of RGB (Red+Green+Blue) = 190+115+120=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7378 is #418C87. Grayscale: #8A8A8A. Windows color (decimal): -4295816 or 7893950. OLE color: 7893950.

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

Color convert

RGB190115120-
CMYK00.390.370.25
HSL356º36.59%59.8%-
HSV(B)356º39.47%74.51%-
XYZ30.7624.5620.89-
YUV138117.85165.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=44.71%
G=27.06%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011512000.390.370.2535636.5959.8
HexBE73780272519164253c
Octal27616317004745315444574
Binary1011111011100111111000010011110010111001101100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7378; }

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

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

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

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

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

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

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

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