#BE617F

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

Shades of Tapestry #BE617F

Tints of Tapestry #BE617F

Color information

#BE617F (or 0xBE617F) is unknown color: approx Tapestry. HEX triplet: BE, 61 and 7F. RGB value is (190,97,127). Sum of RGB (Red+Green+Blue) = 190+97+127=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE617F is #419E80. Grayscale: #808080. Windows color (decimal): -4300417 or 8348094. OLE color: 8348094.

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

Color convert

RGB19097127-
CMYK00.490.330.25
HSL340.65º41.7%56.27%-
HSV(B)340.65º48.95%74.51%-
XYZ29.3421.0322.59-
YUV128.23127.31172.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 127 (50% from 255) = 30.68%
R=45.89%
G=23.43%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909712700.490.330.25340.6541.756.27
HexBE617F03121191552a38
Octal27614117706141315255270
Binary1011111011000011111111011000110000111001101010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE617F; }

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

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

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

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

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

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

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

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