#BE6582

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

Shades of Tapestry #BE6582

Tints of Tapestry #BE6582

Color information

#BE6582 (or 0xBE6582) is unknown color: approx Tapestry. HEX triplet: BE, 65 and 82. RGB value is (190,101,130). Sum of RGB (Red+Green+Blue) = 190+101+130=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6582 is #419A7D. Grayscale: #828282. Windows color (decimal): -4299390 or 8545726. OLE color: 8545726.

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

Color convert

RGB190101130-
CMYK00.470.320.25
HSL340.45º40.64%57.06%-
HSV(B)340.45º46.84%74.51%-
XYZ29.9221.8723.76-
YUV130.92127.49170.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=45.13%
G=23.99%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010113000.470.320.25340.4540.6457.06
HexBE658202F20191542939
Octal27614520205740315245171
Binary10111110110010110000010010111110000011001101010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6582; }

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

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

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

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

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

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

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

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