#BE6D82

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

Shades of Tapestry #BE6D82

Tints of Tapestry #BE6D82

Color information

#BE6D82 (or 0xBE6D82) is unknown color: approx Tapestry. HEX triplet: BE, 6D and 82. RGB value is (190,109,130). Sum of RGB (Red+Green+Blue) = 190+109+130=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6D82 is #41927D. Grayscale: #878787. Windows color (decimal): -4297342 or 8547774. OLE color: 8547774.

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

Color convert

RGB190109130-
CMYK00.430.320.25
HSL344.44º38.39%58.63%-
HSV(B)344.44º42.63%74.51%-
XYZ30.7323.524.03-
YUV135.61124.84166.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=44.29%
G=25.41%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010913000.430.320.25344.4438.3958.63
HexBE6D8202B2019158263b
Octal27615520205340315304673
Binary10111110110110110000010010101110000011001101011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D82; }

 p { color: rgb(190,109,130); }

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

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

 a { background-color: rgb(190,109,130); }

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

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

 span { border-color: rgb(190,109,130); }

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