#BE7788

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

Shades of Tapestry #BE7788

Tints of Tapestry #BE7788

Color information

#BE7788 (or 0xBE7788) is unknown color: approx Tapestry. HEX triplet: BE, 77 and 88. RGB value is (190,119,136). Sum of RGB (Red+Green+Blue) = 190+119+136=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7788 is #418877. Grayscale: #8E8E8E. Windows color (decimal): -4294776 or 8943550. OLE color: 8943550.

HSL color Cylindrical-coordinate representation of color #BE7788: hue angle of 345.63º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE7788 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB190119136-
CMYK00.370.280.25
HSL345.63º35.32%60.59%-
HSV(B)345.63º37.37%74.51%-
XYZ32.2825.9226.59-
YUV142.17124.52162.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=42.70%
G=26.74%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011913600.370.280.25345.6335.3260.59
HexBE77880251C1915a233d
Octal27616721004534315324375
Binary1011111011101111000100001001011110011001101011010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7788; }

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

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

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

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

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

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

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

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