#BE6281

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

Shades of Tapestry #BE6281

Tints of Tapestry #BE6281

Color information

#BE6281 (or 0xBE6281) is unknown color: approx Tapestry. HEX triplet: BE, 62 and 81. RGB value is (190,98,129). Sum of RGB (Red+Green+Blue) = 190+98+129=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6281 is #419D7E. Grayscale: #818181. Windows color (decimal): -4300159 or 8479422. OLE color: 8479422.

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

Color convert

RGB19098129-
CMYK00.480.320.25
HSL339.78º41.44%56.47%-
HSV(B)339.78º48.42%74.51%-
XYZ29.5721.2723.32-
YUV129.04127.98171.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=45.56%
G=23.50%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909812900.480.320.25339.7841.4456.47
HexBE628103020191542938
Octal27614220106040315245170
Binary10111110110001010000001011000010000011001101010100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6281; }

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

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

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

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

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

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

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

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