#BE617D

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

Shades of Tapestry #BE617D

Tints of Tapestry #BE617D

Color information

#BE617D (or 0xBE617D) is unknown color: approx Tapestry. HEX triplet: BE, 61 and 7D. RGB value is (190,97,125). Sum of RGB (Red+Green+Blue) = 190+97+125=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE617D is #419E82. Grayscale: #7F7F7F. Windows color (decimal): -4300419 or 8217022. OLE color: 8217022.

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

Color convert

RGB19097125-
CMYK00.490.340.25
HSL341.94º41.7%56.27%-
HSV(B)341.94º48.95%74.51%-
XYZ29.2120.9821.91-
YUV128126.31172.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=46.12%
G=23.54%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909712500.490.340.25341.9441.756.27
HexBE617D03122191562a38
Octal27614117506142315265270
Binary1011111011000011111101011000110001011001101010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE617D; }

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

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

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

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

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

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

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

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