#BE6685

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

Shades of Tapestry #BE6685

Tints of Tapestry #BE6685

Color information

#BE6685 (or 0xBE6685) is unknown color: approx Tapestry. HEX triplet: BE, 66 and 85. RGB value is (190,102,133). Sum of RGB (Red+Green+Blue) = 190+102+133=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6685 is #41997A. Grayscale: #838383. Windows color (decimal): -4299131 or 8742590. OLE color: 8742590.

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

Color convert

RGB190102133-
CMYK00.460.30.25
HSL338.86º40.37%57.25%-
HSV(B)338.86º46.32%74.51%-
XYZ30.2222.1424.87-
YUV131.85128.65169.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=44.71%
G=24%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010213300.460.30.25338.8640.3757.25
HexBE668502E1E191532839
Octal27614620505636315235071
Binary1011111011001101000010101011101111011001101010011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6685; }

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

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

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

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

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

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

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

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