#BE637F

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

Shades of Tapestry #BE637F

Tints of Tapestry #BE637F

Color information

#BE637F (or 0xBE637F) is unknown color: approx Tapestry. HEX triplet: BE, 63 and 7F. RGB value is (190,99,127). Sum of RGB (Red+Green+Blue) = 190+99+127=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE637F is #419C80. Grayscale: #818181. Windows color (decimal): -4299905 or 8348606. OLE color: 8348606.

HSL color Cylindrical-coordinate representation of color #BE637F: hue angle of 341.54º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE637F is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB19099127-
CMYK00.480.330.25
HSL341.54º41.18%56.67%-
HSV(B)341.54º47.89%74.51%-
XYZ29.5321.422.65-
YUV129.4126.65171.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 127 (50% from 255) = 30.53%
R=45.67%
G=23.80%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909912700.480.330.25341.5441.1856.67
HexBE637F03021191562939
Octal27614317706041315265171
Binary1011111011000111111111011000010000111001101010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE637F; }

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

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

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

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

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

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

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

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