#BE6486

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

Shades of Tapestry #BE6486

Tints of Tapestry #BE6486

Color information

#BE6486 (or 0xBE6486) is unknown color: approx Tapestry. HEX triplet: BE, 64 and 86. RGB value is (190,100,134). Sum of RGB (Red+Green+Blue) = 190+100+134=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6486 is #419B79. Grayscale: #828282. Windows color (decimal): -4299642 or 8807614. OLE color: 8807614.

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

Color convert

RGB190100134-
CMYK00.470.290.25
HSL337.33º40.91%56.86%-
HSV(B)337.33º47.37%74.51%-
XYZ30.121.7825.17-
YUV130.79129.82170.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 134 (52.73% from 255) = 31.60%
R=44.81%
G=23.58%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010013400.470.290.25337.3340.9156.86
HexBE648602F1D191512939
Octal27614420605735315215171
Binary1011111011001001000011001011111110111001101010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6486; }

 p { color: rgb(190,100,134); }

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

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

 a { background-color: rgb(190,100,134); }

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

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

 span { border-color: rgb(190,100,134); }

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