#BE7682

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

Shades of Tapestry #BE7682

Tints of Tapestry #BE7682

Color information

#BE7682 (or 0xBE7682) is unknown color: approx Tapestry. HEX triplet: BE, 76 and 82. RGB value is (190,118,130). Sum of RGB (Red+Green+Blue) = 190+118+130=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7682 is #41897D. Grayscale: #8C8C8C. Windows color (decimal): -4295038 or 8550078. OLE color: 8550078.

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

Color convert

RGB190118130-
CMYK00.380.320.25
HSL350º35.64%60.39%-
HSV(B)350º37.89%74.51%-
XYZ31.7425.5224.37-
YUV140.9121.85163.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=43.38%
G=26.94%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011813000.380.320.2535035.6460.39
HexBE7682026201915e243c
Octal27616620204640315364474
Binary10111110111011010000010010011010000011001101011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7682; }

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

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

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

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

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

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

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

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