#BE748E

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

Shades of Tapestry #BE748E

Tints of Tapestry #BE748E

Color information

#BE748E (or 0xBE748E) is unknown color: approx Tapestry. HEX triplet: BE, 74 and 8E. RGB value is (190,116,142). Sum of RGB (Red+Green+Blue) = 190+116+142=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE748E is #418B71. Grayscale: #8D8D8D. Windows color (decimal): -4295538 or 9335998. OLE color: 9335998.

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

Color convert

RGB190116142-
CMYK00.390.250.25
HSL338.92º36.27%60%-
HSV(B)338.92º38.95%74.51%-
XYZ32.3625.3928.79-
YUV141.09128.52162.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=42.41%
G=25.89%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011614200.390.250.25338.9236.2760
HexBE748E0271919153243c
Octal27616421604731315234474
Binary1011111011101001000111001001111100111001101010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE748E; }

 p { color: rgb(190,116,142); }

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

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

 a { background-color: rgb(190,116,142); }

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

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

 span { border-color: rgb(190,116,142); }

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