#BE6078

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

Shades of Tapestry #BE6078

Tints of Tapestry #BE6078

Color information

#BE6078 (or 0xBE6078) is unknown color: approx Tapestry. HEX triplet: BE, 60 and 78. RGB value is (190,96,120). Sum of RGB (Red+Green+Blue) = 190+96+120=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6078 is #419F87. Grayscale: #7E7E7E. Windows color (decimal): -4300680 or 7889086. OLE color: 7889086.

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

Color convert

RGB19096120-
CMYK00.490.370.25
HSL344.68º41.96%56.08%-
HSV(B)344.68º49.47%74.51%-
XYZ28.8120.6720.24-
YUV126.84124.14173.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=46.80%
G=23.65%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909612000.490.370.25344.6841.9656.08
HexBE607803125191592a38
Octal27614017006145315315270
Binary1011111011000001111000011000110010111001101011001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6078; }

 p { color: rgb(190,96,120); }

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

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

 a { background-color: rgb(190,96,120); }

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

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

 span { border-color: rgb(190,96,120); }

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