#BE657F

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

Shades of Tapestry #BE657F

Tints of Tapestry #BE657F

Color information

#BE657F (or 0xBE657F) is unknown color: approx Tapestry. HEX triplet: BE, 65 and 7F. RGB value is (190,101,127). Sum of RGB (Red+Green+Blue) = 190+101+127=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE657F is #419A80. Grayscale: #828282. Windows color (decimal): -4299393 or 8349118. OLE color: 8349118.

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

Color convert

RGB190101127-
CMYK00.470.330.25
HSL342.47º40.64%57.06%-
HSV(B)342.47º46.84%74.51%-
XYZ29.7221.7922.72-
YUV130.57125.99170.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 127 (50% from 255) = 30.38%
R=45.45%
G=24.16%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010112700.470.330.25342.4740.6457.06
HexBE657F02F21191562939
Octal27614517705741315265171
Binary1011111011001011111111010111110000111001101010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE657F; }

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

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

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

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

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

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

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

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