#BE6A82

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

Shades of Tapestry #BE6A82

Tints of Tapestry #BE6A82

Color information

#BE6A82 (or 0xBE6A82) is unknown color: approx Tapestry. HEX triplet: BE, 6A and 82. RGB value is (190,106,130). Sum of RGB (Red+Green+Blue) = 190+106+130=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A82 is #41957D. Grayscale: #858585. Windows color (decimal): -4298110 or 8547006. OLE color: 8547006.

HSL color Cylindrical-coordinate representation of color #BE6A82: hue angle of 342.86º 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 #BE6A82 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB190106130-
CMYK00.440.320.25
HSL342.86º39.25%58.04%-
HSV(B)342.86º44.21%74.51%-
XYZ30.4222.8723.93-
YUV133.85125.83168.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=44.60%
G=24.88%
B=30.52%

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
Decimal19010613000.440.320.25342.8639.2558.04
HexBE6A8202C2019157273a
Octal27615220205440315274772
Binary10111110110101010000010010110010000011001101010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A82; }

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

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

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

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

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

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

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

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