#BE7086

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

Shades of Tapestry #BE7086

Tints of Tapestry #BE7086

Color information

#BE7086 (or 0xBE7086) is unknown color: approx Tapestry. HEX triplet: BE, 70 and 86. RGB value is (190,112,134). Sum of RGB (Red+Green+Blue) = 190+112+134=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7086 is #418F79. Grayscale: #898989. Windows color (decimal): -4296570 or 8810686. OLE color: 8810686.

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

Color convert

RGB190112134-
CMYK00.410.290.25
HSL343.08º37.5%59.22%-
HSV(B)343.08º41.05%74.51%-
XYZ31.3324.2625.58-
YUV137.83125.84165.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=43.58%
G=25.69%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011213400.410.290.25343.0837.559.22
HexBE70860291D19157263b
Octal27616020605135315274673
Binary1011111011100001000011001010011110111001101010111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7086; }

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

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

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

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

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

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

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

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