#BE758D

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

Shades of Tapestry #BE758D

Tints of Tapestry #BE758D

Color information

#BE758D (or 0xBE758D) is unknown color: approx Tapestry. HEX triplet: BE, 75 and 8D. RGB value is (190,117,141). Sum of RGB (Red+Green+Blue) = 190+117+141=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE758D is #418A72. Grayscale: #8D8D8D. Windows color (decimal): -4295283 or 9270718. OLE color: 9270718.

HSL color Cylindrical-coordinate representation of color #BE758D: hue angle of 340.27º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE758D is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190117141-
CMYK00.380.260.25
HSL340.27º35.96%60.2%-
HSV(B)340.27º38.42%74.51%-
XYZ32.425.5928.43-
YUV141.56127.68162.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=42.41%
G=26.12%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011714100.380.260.25340.2735.9660.2
HexBE758D0261A19154243c
Octal27616521504632315244474
Binary1011111011101011000110101001101101011001101010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE758D; }

 p { color: rgb(190,117,141); }

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

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

 a { background-color: rgb(190,117,141); }

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

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

 span { border-color: rgb(190,117,141); }

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