#BE708D

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

Shades of Tapestry #BE708D

Tints of Tapestry #BE708D

Color information

#BE708D (or 0xBE708D) is unknown color: approx Tapestry. HEX triplet: BE, 70 and 8D. RGB value is (190,112,141). Sum of RGB (Red+Green+Blue) = 190+112+141=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE708D is #418F72. Grayscale: #8A8A8A. Windows color (decimal): -4296563 or 9269438. OLE color: 9269438.

HSL color Cylindrical-coordinate representation of color #BE708D: hue angle of 337.69º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE708D is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190112141-
CMYK00.410.260.25
HSL337.69º37.5%59.22%-
HSV(B)337.69º41.05%74.51%-
XYZ31.8424.4628.24-
YUV138.63129.34164.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=42.89%
G=25.28%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011214100.410.260.25337.6937.559.22
HexBE708D0291A19152263b
Octal27616021505132315224673
Binary1011111011100001000110101010011101011001101010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE708D; }

 p { color: rgb(190,112,141); }

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

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

 a { background-color: rgb(190,112,141); }

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

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

 span { border-color: rgb(190,112,141); }

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