#BE6F80

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

Shades of Tapestry #BE6F80

Tints of Tapestry #BE6F80

Color information

#BE6F80 (or 0xBE6F80) is unknown color: approx Tapestry. HEX triplet: BE, 6F and 80. RGB value is (190,111,128). Sum of RGB (Red+Green+Blue) = 190+111+128=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6F80 is #41907F. Grayscale: #888888. Windows color (decimal): -4296832 or 8417214. OLE color: 8417214.

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

Color convert

RGB190111128-
CMYK00.420.330.25
HSL347.09º37.8%59.02%-
HSV(B)347.09º41.58%74.51%-
XYZ30.8223.8723.41-
YUV136.56123.17166.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=44.29%
G=25.87%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011112800.420.330.25347.0937.859.02
HexBE6F8002A211915b263b
Octal27615720005241315334673
Binary10111110110111110000000010101010000111001101011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F80; }

 p { color: rgb(190,111,128); }

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

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

 a { background-color: rgb(190,111,128); }

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

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

 span { border-color: rgb(190,111,128); }

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