#BE758A

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

Shades of Tapestry #BE758A

Tints of Tapestry #BE758A

Color information

#BE758A (or 0xBE758A) is unknown color: approx Tapestry. HEX triplet: BE, 75 and 8A. RGB value is (190,117,138). Sum of RGB (Red+Green+Blue) = 190+117+138=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE758A is #418A75. Grayscale: #8D8D8D. Windows color (decimal): -4295286 or 9074110. OLE color: 9074110.

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

Color convert

RGB190117138-
CMYK00.380.270.25
HSL342.74º35.96%60.2%-
HSV(B)342.74º38.42%74.51%-
XYZ32.1825.527.27-
YUV141.22126.18162.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=42.70%
G=26.29%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011713800.380.270.25342.7435.9660.2
HexBE758A0261B19157243c
Octal27616521204633315274474
Binary1011111011101011000101001001101101111001101010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE758A; }

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

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

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

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

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

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

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

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