#BE6681

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

Shades of Tapestry #BE6681

Tints of Tapestry #BE6681

Color information

#BE6681 (or 0xBE6681) is unknown color: approx Tapestry. HEX triplet: BE, 66 and 81. RGB value is (190,102,129). Sum of RGB (Red+Green+Blue) = 190+102+129=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6681 is #41997E. Grayscale: #838383. Windows color (decimal): -4299135 or 8480446. OLE color: 8480446.

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

Color convert

RGB190102129-
CMYK00.460.320.25
HSL341.59º40.37%57.25%-
HSV(B)341.59º46.32%74.51%-
XYZ29.9522.0323.44-
YUV131.39126.65169.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=45.13%
G=24.23%
B=30.64%

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
Decimal19010212900.460.320.25341.5940.3757.25
HexBE668102E20191562839
Octal27614620105640315265071
Binary10111110110011010000001010111010000011001101010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6681; }

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

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

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

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

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

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

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

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