#BE6886

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

Shades of Tapestry #BE6886

Tints of Tapestry #BE6886

Color information

#BE6886 (or 0xBE6886) is unknown color: approx Tapestry. HEX triplet: BE, 68 and 86. RGB value is (190,104,134). Sum of RGB (Red+Green+Blue) = 190+104+134=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6886 is #419779. Grayscale: #858585. Windows color (decimal): -4298618 or 8808638. OLE color: 8808638.

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

Color convert

RGB190104134-
CMYK00.450.290.25
HSL339.07º39.81%57.65%-
HSV(B)339.07º45.26%74.51%-
XYZ30.4922.5725.3-
YUV133.13128.49168.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=44.39%
G=24.30%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010413400.450.290.25339.0739.8157.65
HexBE688602D1D19153283a
Octal27615020605535315235072
Binary1011111011010001000011001011011110111001101010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6886; }

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

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

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

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

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

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

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

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