#BE6C7D

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

Shades of Tapestry #BE6C7D

Tints of Tapestry #BE6C7D

Color information

#BE6C7D (or 0xBE6C7D) is unknown color: approx Tapestry. HEX triplet: BE, 6C and 7D. RGB value is (190,108,125). Sum of RGB (Red+Green+Blue) = 190+108+125=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C7D is #419382. Grayscale: #868686. Windows color (decimal): -4297603 or 8219838. OLE color: 8219838.

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

Color convert

RGB190108125-
CMYK00.430.340.25
HSL347.56º38.68%58.43%-
HSV(B)347.56º43.16%74.51%-
XYZ30.323.1522.27-
YUV134.46122.67167.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=44.92%
G=25.53%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010812500.430.340.25347.5638.6858.43
HexBE6C7D02B221915c273a
Octal27615417505342315344772
Binary1011111011011001111101010101110001011001101011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C7D; }

 p { color: rgb(190,108,125); }

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

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

 a { background-color: rgb(190,108,125); }

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

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

 span { border-color: rgb(190,108,125); }

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