#BE6585

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

Shades of Tapestry #BE6585

Tints of Tapestry #BE6585

Color information

#BE6585 (or 0xBE6585) is unknown color: approx Tapestry. HEX triplet: BE, 65 and 85. RGB value is (190,101,133). Sum of RGB (Red+Green+Blue) = 190+101+133=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6585 is #419A7A. Grayscale: #838383. Windows color (decimal): -4299387 or 8742334. OLE color: 8742334.

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

Color convert

RGB190101133-
CMYK00.470.30.25
HSL338.43º40.64%57.06%-
HSV(B)338.43º46.84%74.51%-
XYZ30.1221.9524.84-
YUV131.26128.99169.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=44.81%
G=23.82%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010113300.470.30.25338.4340.6457.06
HexBE658502F1E191522939
Octal27614520505736315225171
Binary1011111011001011000010101011111111011001101010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6585; }

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

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

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

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

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

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

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

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