#BE7382

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

Shades of Tapestry #BE7382

Tints of Tapestry #BE7382

Color information

#BE7382 (or 0xBE7382) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 82. RGB value is (190,115,130). Sum of RGB (Red+Green+Blue) = 190+115+130=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7382 is #418C7D. Grayscale: #8B8B8B. Windows color (decimal): -4295806 or 8549310. OLE color: 8549310.

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

Color convert

RGB190115130-
CMYK00.390.320.25
HSL348º36.59%59.8%-
HSV(B)348º39.47%74.51%-
XYZ31.424.8224.26-
YUV139.14122.85164.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=43.68%
G=26.44%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011513000.390.320.2534836.5959.8
HexBE7382027201915c253c
Octal27616320204740315344574
Binary10111110111001110000010010011110000011001101011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7382; }

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

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

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

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

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

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

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

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