#BE6484

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

Shades of Tapestry #BE6484

Tints of Tapestry #BE6484

Color information

#BE6484 (or 0xBE6484) is unknown color: approx Tapestry. HEX triplet: BE, 64 and 84. RGB value is (190,100,132). Sum of RGB (Red+Green+Blue) = 190+100+132=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6484 is #419B7B. Grayscale: #828282. Windows color (decimal): -4299644 or 8676542. OLE color: 8676542.

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

Color convert

RGB190100132-
CMYK00.470.310.25
HSL338.67º40.91%56.86%-
HSV(B)338.67º47.37%74.51%-
XYZ29.9621.7324.44-
YUV130.56128.82170.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=45.02%
G=23.70%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010013200.470.310.25338.6740.9156.86
HexBE648402F1F191532939
Octal27614420405737315235171
Binary1011111011001001000010001011111111111001101010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6484; }

 p { color: rgb(190,100,132); }

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

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

 a { background-color: rgb(190,100,132); }

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

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

 span { border-color: rgb(190,100,132); }

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