#BE6588

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

Shades of Tapestry #BE6588

Tints of Tapestry #BE6588

Color information

#BE6588 (or 0xBE6588) is unknown color: approx Tapestry. HEX triplet: BE, 65 and 88. RGB value is (190,101,136). Sum of RGB (Red+Green+Blue) = 190+101+136=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6588 is #419A77. Grayscale: #838383. Windows color (decimal): -4299384 or 8938942. OLE color: 8938942.

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

Color convert

RGB190101136-
CMYK00.470.280.25
HSL336.4º40.64%57.06%-
HSV(B)336.4º46.84%74.51%-
XYZ30.3322.0325.95-
YUV131.6130.49169.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=44.50%
G=23.65%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010113600.470.280.25336.440.6457.06
HexBE658802F1C191502939
Octal27614521005734315205171
Binary1011111011001011000100001011111110011001101010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6588; }

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

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

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

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

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

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

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

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