#BE6386

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

Shades of Tapestry #BE6386

Tints of Tapestry #BE6386

Color information

#BE6386 (or 0xBE6386) is unknown color: approx Tapestry. HEX triplet: BE, 63 and 86. RGB value is (190,99,134). Sum of RGB (Red+Green+Blue) = 190+99+134=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6386 is #419C79. Grayscale: #828282. Windows color (decimal): -4299898 or 8807358. OLE color: 8807358.

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

Color convert

RGB19099134-
CMYK00.480.290.25
HSL336.92º41.18%56.67%-
HSV(B)336.92º47.89%74.51%-
XYZ3021.5925.14-
YUV130.2130.15170.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=44.92%
G=23.40%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909913400.480.290.25336.9241.1856.67
HexBE63860301D191512939
Octal27614320606035315215171
Binary1011111011000111000011001100001110111001101010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6386; }

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

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

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

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

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

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

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

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