#BE6479

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

Shades of Tapestry #BE6479

Tints of Tapestry #BE6479

Color information

#BE6479 (or 0xBE6479) is unknown color: approx Tapestry. HEX triplet: BE, 64 and 79. RGB value is (190,100,121). Sum of RGB (Red+Green+Blue) = 190+100+121=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6479 is #419B86. Grayscale: #818181. Windows color (decimal): -4299655 or 7955646. OLE color: 7955646.

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

Color convert

RGB190100121-
CMYK00.470.360.25
HSL346º40.91%56.86%-
HSV(B)346º47.37%74.51%-
XYZ29.2421.4420.69-
YUV129.3123.32171.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=46.23%
G=24.33%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010012100.470.360.2534640.9156.86
HexBE647902F241915a2939
Octal27614417105744315325171
Binary1011111011001001111001010111110010011001101011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6479; }

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

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

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

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

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

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

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

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