#BE768F

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

Shades of Tapestry #BE768F

Tints of Tapestry #BE768F

Color information

#BE768F (or 0xBE768F) is unknown color: approx Tapestry. HEX triplet: BE, 76 and 8F. RGB value is (190,118,143). Sum of RGB (Red+Green+Blue) = 190+118+143=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE768F is #418970. Grayscale: #8E8E8E. Windows color (decimal): -4295025 or 9402046. OLE color: 9402046.

HSL color Cylindrical-coordinate representation of color #BE768F: hue angle of 339.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE768F is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB190118143-
CMYK00.380.250.25
HSL339.17º35.64%60.39%-
HSV(B)339.17º37.89%74.51%-
XYZ32.6725.8929.26-
YUV142.38128.35161.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=42.13%
G=26.16%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011814300.380.250.25339.1735.6460.39
HexBE768F0261919153243c
Octal27616621704631315234474
Binary1011111011101101000111101001101100111001101010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE768F; }

 p { color: rgb(190,118,143); }

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

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

 a { background-color: rgb(190,118,143); }

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

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

 span { border-color: rgb(190,118,143); }

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