#BE657E

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

Shades of Tapestry #BE657E

Tints of Tapestry #BE657E

Color information

#BE657E (or 0xBE657E) is unknown color: approx Tapestry. HEX triplet: BE, 65 and 7E. RGB value is (190,101,126). Sum of RGB (Red+Green+Blue) = 190+101+126=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE657E is #419A81. Grayscale: #828282. Windows color (decimal): -4299394 or 8283582. OLE color: 8283582.

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

Color convert

RGB190101126-
CMYK00.470.340.25
HSL343.15º40.64%57.06%-
HSV(B)343.15º46.84%74.51%-
XYZ29.6521.7622.38-
YUV130.46125.49170.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=45.56%
G=24.22%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010112600.470.340.25343.1540.6457.06
HexBE657E02F22191572939
Octal27614517605742315275171
Binary1011111011001011111110010111110001011001101010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE657E; }

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

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

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

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

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

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

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

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