#BE7489

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

Shades of Tapestry #BE7489

Tints of Tapestry #BE7489

Color information

#BE7489 (or 0xBE7489) is unknown color: approx Tapestry. HEX triplet: BE, 74 and 89. RGB value is (190,116,137). Sum of RGB (Red+Green+Blue) = 190+116+137=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7489 is #418B76. Grayscale: #8C8C8C. Windows color (decimal): -4295543 or 9008318. OLE color: 9008318.

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

Color convert

RGB190116137-
CMYK00.390.280.25
HSL342.97º36.27%60%-
HSV(B)342.97º38.95%74.51%-
XYZ3225.2426.85-
YUV140.52126.02163.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 137 (53.91% from 255) = 30.93%
R=42.89%
G=26.19%
B=30.93%

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
Decimal19011613700.390.280.25342.9736.2760
HexBE74890271C19157243c
Octal27616421104734315274474
Binary1011111011101001000100101001111110011001101010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7489; }

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

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

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

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

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

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

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

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