#BE6881

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

Shades of Tapestry #BE6881

Tints of Tapestry #BE6881

Color information

#BE6881 (or 0xBE6881) is unknown color: approx Tapestry. HEX triplet: BE, 68 and 81. RGB value is (190,104,129). Sum of RGB (Red+Green+Blue) = 190+104+129=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6881 is #41977E. Grayscale: #848484. Windows color (decimal): -4298623 or 8480958. OLE color: 8480958.

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

Color convert

RGB190104129-
CMYK00.450.320.25
HSL342.56º39.81%57.65%-
HSV(B)342.56º45.26%74.51%-
XYZ30.1522.4323.51-
YUV132.56125.99168.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=44.92%
G=24.59%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010412900.450.320.25342.5639.8157.65
HexBE688102D2019157283a
Octal27615020105540315275072
Binary10111110110100010000001010110110000011001101010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6881; }

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

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

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

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

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

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

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

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