#BE7388

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

Shades of Tapestry #BE7388

Tints of Tapestry #BE7388

Color information

#BE7388 (or 0xBE7388) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 88. RGB value is (190,115,136). Sum of RGB (Red+Green+Blue) = 190+115+136=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7388 is #418C77. Grayscale: #8B8B8B. Windows color (decimal): -4295800 or 8942526. OLE color: 8942526.

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

Color convert

RGB190115136-
CMYK00.390.280.25
HSL343.2º36.59%59.8%-
HSV(B)343.2º39.47%74.51%-
XYZ31.8124.9926.44-
YUV139.82125.85163.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=43.08%
G=26.08%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011513600.390.280.25343.236.5959.8
HexBE73880271C19157253c
Octal27616321004734315274574
Binary1011111011100111000100001001111110011001101010111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7388; }

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

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

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

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

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

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

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

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