#BE637E

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

Shades of Tapestry #BE637E

Tints of Tapestry #BE637E

Color information

#BE637E (or 0xBE637E) is unknown color: approx Tapestry. HEX triplet: BE, 63 and 7E. RGB value is (190,99,126). Sum of RGB (Red+Green+Blue) = 190+99+126=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE637E is #419C81. Grayscale: #818181. Windows color (decimal): -4299906 or 8283070. OLE color: 8283070.

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

Color convert

RGB19099126-
CMYK00.480.340.25
HSL342.2º41.18%56.67%-
HSV(B)342.2º47.89%74.51%-
XYZ29.4621.3822.31-
YUV129.29126.15171.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=45.78%
G=23.86%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909912600.480.340.25342.241.1856.67
HexBE637E03022191562939
Octal27614317606042315265171
Binary1011111011000111111110011000010001011001101010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE637E; }

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

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

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

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

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

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

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

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