#BE7684

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

Shades of Tapestry #BE7684

Tints of Tapestry #BE7684

Color information

#BE7684 (or 0xBE7684) is unknown color: approx Tapestry. HEX triplet: BE, 76 and 84. RGB value is (190,118,132). Sum of RGB (Red+Green+Blue) = 190+118+132=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7684 is #41897B. Grayscale: #8D8D8D. Windows color (decimal): -4295036 or 8681150. OLE color: 8681150.

HSL color Cylindrical-coordinate representation of color #BE7684: hue angle of 348.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7684 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB190118132-
CMYK00.380.310.25
HSL348.33º35.64%60.39%-
HSV(B)348.33º37.89%74.51%-
XYZ31.8825.5725.09-
YUV141.12122.85162.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 132 (51.95% from 255) = 30%
R=43.18%
G=26.82%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011813200.380.310.25348.3335.6460.39
HexBE76840261F1915c243c
Octal27616620404637315344474
Binary1011111011101101000010001001101111111001101011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7684; }

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

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

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

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

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

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

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

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