#BE7A85

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

Shades of Tapestry #BE7A85

Tints of Tapestry #BE7A85

Color information

#BE7A85 (or 0xBE7A85) is unknown color: approx Tapestry. HEX triplet: BE, 7A and 85. RGB value is (190,122,133). Sum of RGB (Red+Green+Blue) = 190+122+133=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A85 is #41857A. Grayscale: #8F8F8F. Windows color (decimal): -4294011 or 8747710. OLE color: 8747710.

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

Color convert

RGB190122133-
CMYK00.360.30.25
HSL350.29º34.34%61.18%-
HSV(B)350.29º35.79%74.51%-
XYZ32.4326.5625.61-
YUV143.59122.03161.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=42.70%
G=27.42%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012213300.360.30.25350.2934.3461.18
HexBE7A850241E1915e223d
Octal27617220504436315364275
Binary1011111011110101000010101001001111011001101011110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A85; }

 p { color: rgb(190,122,133); }

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

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

 a { background-color: rgb(190,122,133); }

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

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

 span { border-color: rgb(190,122,133); }

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