#BE738E

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

Shades of Tapestry #BE738E

Tints of Tapestry #BE738E

Color information

#BE738E (or 0xBE738E) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 8E. RGB value is (190,115,142). Sum of RGB (Red+Green+Blue) = 190+115+142=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE738E is #418C71. Grayscale: #8C8C8C. Windows color (decimal): -4295794 or 9335742. OLE color: 9335742.

HSL color Cylindrical-coordinate representation of color #BE738E: hue angle of 338.4º degrees, saturation: 0.37, 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 #BE738E is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB190115142-
CMYK00.390.250.25
HSL338.4º36.59%59.8%-
HSV(B)338.4º39.47%74.51%-
XYZ32.2525.1628.75-
YUV140.5128.85163.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=42.51%
G=25.73%
B=31.77%

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
Decimal19011514200.390.250.25338.436.5959.8
HexBE738E0271919152253c
Octal27616321604731315224574
Binary1011111011100111000111001001111100111001101010010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE738E; }

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

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

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

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

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

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

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

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