#BE6086

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

Shades of Tapestry #BE6086

Tints of Tapestry #BE6086

Color information

#BE6086 (or 0xBE6086) is unknown color: approx Tapestry. HEX triplet: BE, 60 and 86. RGB value is (190,96,134). Sum of RGB (Red+Green+Blue) = 190+96+134=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6086 is #419F79. Grayscale: #808080. Windows color (decimal): -4300666 or 8806590. OLE color: 8806590.

HSL color Cylindrical-coordinate representation of color #BE6086: hue angle of 335.74º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6086 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19096134-
CMYK00.490.290.25
HSL335.74º41.96%56.08%-
HSV(B)335.74º49.47%74.51%-
XYZ29.7221.0325.05-
YUV128.44131.14171.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=45.24%
G=22.86%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909613400.490.290.25335.7441.9656.08
HexBE60860311D191502a38
Octal27614020606135315205270
Binary1011111011000001000011001100011110111001101010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6086; }

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

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

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

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

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

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

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

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