#BE6682

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

Shades of Tapestry #BE6682

Tints of Tapestry #BE6682

Color information

#BE6682 (or 0xBE6682) is unknown color: approx Tapestry. HEX triplet: BE, 66 and 82. RGB value is (190,102,130). Sum of RGB (Red+Green+Blue) = 190+102+130=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6682 is #41997D. Grayscale: #838383. Windows color (decimal): -4299134 or 8545982. OLE color: 8545982.

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

Color convert

RGB190102130-
CMYK00.460.320.25
HSL340.91º40.37%57.25%-
HSV(B)340.91º46.32%74.51%-
XYZ30.0222.0623.8-
YUV131.5127.15169.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=45.02%
G=24.17%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010213000.460.320.25340.9140.3757.25
HexBE668202E20191552839
Octal27614620205640315255071
Binary10111110110011010000010010111010000011001101010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6682; }

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

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

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

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

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

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

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

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