#BE6578

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

Shades of Tapestry #BE6578

Tints of Tapestry #BE6578

Color information

#BE6578 (or 0xBE6578) is unknown color: approx Tapestry. HEX triplet: BE, 65 and 78. RGB value is (190,101,120). Sum of RGB (Red+Green+Blue) = 190+101+120=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6578 is #419A87. Grayscale: #818181. Windows color (decimal): -4299400 or 7890366. OLE color: 7890366.

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

Color convert

RGB190101120-
CMYK00.470.370.25
HSL347.19º40.64%57.06%-
HSV(B)347.19º46.84%74.51%-
XYZ29.2821.6120.4-
YUV129.78122.49170.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=46.23%
G=24.57%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010112000.470.370.25347.1940.6457.06
HexBE657802F251915b2939
Octal27614517005745315335171
Binary1011111011001011111000010111110010111001101011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6578; }

 p { color: rgb(190,101,120); }

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

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

 a { background-color: rgb(190,101,120); }

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

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

 span { border-color: rgb(190,101,120); }

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