#BE6589

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

Shades of Tapestry #BE6589

Tints of Tapestry #BE6589

Color information

#BE6589 (or 0xBE6589) is unknown color: approx Tapestry. HEX triplet: BE, 65 and 89. RGB value is (190,101,137). Sum of RGB (Red+Green+Blue) = 190+101+137=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6589 is #419A76. Grayscale: #838383. Windows color (decimal): -4299383 or 9004478. OLE color: 9004478.

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

Color convert

RGB190101137-
CMYK00.470.280.25
HSL335.73º40.64%57.06%-
HSV(B)335.73º46.84%74.51%-
XYZ30.422.0626.32-
YUV131.72130.99169.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=44.39%
G=23.60%
B=32.01%

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
Decimal19010113700.470.280.25335.7340.6457.06
HexBE658902F1C191502939
Octal27614521105734315205171
Binary1011111011001011000100101011111110011001101010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6589; }

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

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

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

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

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

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

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

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