#BE6776

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

Shades of Tapestry #BE6776

Tints of Tapestry #BE6776

Color information

#BE6776 (or 0xBE6776) is unknown color: approx Tapestry. HEX triplet: BE, 67 and 76. RGB value is (190,103,118). Sum of RGB (Red+Green+Blue) = 190+103+118=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6776 is #419889. Grayscale: #828282. Windows color (decimal): -4298890 or 7759806. OLE color: 7759806.

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

Color convert

RGB190103118-
CMYK00.460.380.25
HSL349.66º40.09%57.45%-
HSV(B)349.66º45.79%74.51%-
XYZ29.3621.9619.83-
YUV130.72120.82170.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=46.23%
G=25.06%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010311800.460.380.25349.6640.0957.45
HexBE677602E261915e2839
Octal27614716605646315365071
Binary1011111011001111110110010111010011011001101011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6776; }

 p { color: rgb(190,103,118); }

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

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

 a { background-color: rgb(190,103,118); }

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

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

 span { border-color: rgb(190,103,118); }

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