#BE6774

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

Shades of Tapestry #BE6774

Tints of Tapestry #BE6774

Color information

#BE6774 (or 0xBE6774) is unknown color: approx Tapestry. HEX triplet: BE, 67 and 74. RGB value is (190,103,116). Sum of RGB (Red+Green+Blue) = 190+103+116=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6774 is #41988B. Grayscale: #828282. Windows color (decimal): -4298892 or 7628734. OLE color: 7628734.

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

Color convert

RGB190103116-
CMYK00.460.390.25
HSL351.03º40.09%57.45%-
HSV(B)351.03º45.79%74.51%-
XYZ29.2421.9119.21-
YUV130.49119.82170.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=46.45%
G=25.18%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010311600.460.390.25351.0340.0957.45
HexBE677402E271915f2839
Octal27614716405647315375071
Binary1011111011001111110100010111010011111001101011111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6774; }

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

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

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

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

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

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

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

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