#BE6286

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

Shades of Tapestry #BE6286

Tints of Tapestry #BE6286

Color information

#BE6286 (or 0xBE6286) is unknown color: approx Tapestry. HEX triplet: BE, 62 and 86. RGB value is (190,98,134). Sum of RGB (Red+Green+Blue) = 190+98+134=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6286 is #419D79. Grayscale: #818181. Windows color (decimal): -4300154 or 8807102. OLE color: 8807102.

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

Color convert

RGB19098134-
CMYK00.480.290.25
HSL336.52º41.44%56.47%-
HSV(B)336.52º48.42%74.51%-
XYZ29.9121.425.11-
YUV129.61130.48171.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=45.02%
G=23.22%
B=31.75%

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
Decimal1909813400.480.290.25336.5241.4456.47
HexBE62860301D191512938
Octal27614220606035315215170
Binary1011111011000101000011001100001110111001101010001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6286; }

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

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

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

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

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

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

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

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