#BE6B82

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

Shades of Tapestry #BE6B82

Tints of Tapestry #BE6B82

Color information

#BE6B82 (or 0xBE6B82) is unknown color: approx Tapestry. HEX triplet: BE, 6B and 82. RGB value is (190,107,130). Sum of RGB (Red+Green+Blue) = 190+107+130=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6B82 is #41947D. Grayscale: #868686. Windows color (decimal): -4297854 or 8547262. OLE color: 8547262.

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

Color convert

RGB190107130-
CMYK00.440.320.25
HSL343.37º38.97%58.24%-
HSV(B)343.37º43.68%74.51%-
XYZ30.5223.0723.96-
YUV134.44125.5167.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=44.50%
G=25.06%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010713000.440.320.25343.3738.9758.24
HexBE6B8202C2019157273a
Octal27615320205440315274772
Binary10111110110101110000010010110010000011001101010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B82; }

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

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

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

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

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

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

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

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