#BE6587

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

Shades of Tapestry #BE6587

Tints of Tapestry #BE6587

Color information

#BE6587 (or 0xBE6587) is unknown color: approx Tapestry. HEX triplet: BE, 65 and 87. RGB value is (190,101,135). Sum of RGB (Red+Green+Blue) = 190+101+135=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6587 is #419A78. Grayscale: #838383. Windows color (decimal): -4299385 or 8873406. OLE color: 8873406.

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

Color convert

RGB190101135-
CMYK00.470.290.25
HSL337.08º40.64%57.06%-
HSV(B)337.08º46.84%74.51%-
XYZ30.262225.57-
YUV131.49129.99169.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=44.60%
G=23.71%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010113500.470.290.25337.0840.6457.06
HexBE658702F1D191512939
Octal27614520705735315215171
Binary1011111011001011000011101011111110111001101010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6587; }

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

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

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

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

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

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

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

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