#BE6789

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

Shades of Tapestry #BE6789

Tints of Tapestry #BE6789

Color information

#BE6789 (or 0xBE6789) is unknown color: approx Tapestry. HEX triplet: BE, 67 and 89. RGB value is (190,103,137). Sum of RGB (Red+Green+Blue) = 190+103+137=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6789 is #419876. Grayscale: #848484. Windows color (decimal): -4298871 or 9004990. OLE color: 9004990.

HSL color Cylindrical-coordinate representation of color #BE6789: hue angle of 336.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6789 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB190103137-
CMYK00.460.280.25
HSL336.55º40.09%57.45%-
HSV(B)336.55º45.79%74.51%-
XYZ30.622.4526.39-
YUV132.89130.32168.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=44.19%
G=23.95%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010313700.460.280.25336.5540.0957.45
HexBE678902E1C191512839
Octal27614721105634315215071
Binary1011111011001111000100101011101110011001101010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6789; }

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

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

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

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

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

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

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

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