#BE6A78

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

Shades of Tapestry #BE6A78

Tints of Tapestry #BE6A78

Color information

#BE6A78 (or 0xBE6A78) is unknown color: approx Tapestry. HEX triplet: BE, 6A and 78. RGB value is (190,106,120). Sum of RGB (Red+Green+Blue) = 190+106+120=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A78 is #419587. Grayscale: #848484. Windows color (decimal): -4298120 or 7891646. OLE color: 7891646.

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

Color convert

RGB190106120-
CMYK00.440.370.25
HSL350º39.25%58.04%-
HSV(B)350º44.21%74.51%-
XYZ29.7822.6120.56-
YUV132.71120.83168.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=45.67%
G=25.48%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010612000.440.370.2535039.2558.04
HexBE6A7802C251915e273a
Octal27615217005445315364772
Binary1011111011010101111000010110010010111001101011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A78; }

 p { color: rgb(190,106,120); }

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

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

 a { background-color: rgb(190,106,120); }

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

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

 span { border-color: rgb(190,106,120); }

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