#BE717A

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

Shades of Tapestry #BE717A

Tints of Tapestry #BE717A

Color information

#BE717A (or 0xBE717A) is unknown color: approx Tapestry. HEX triplet: BE, 71 and 7A. RGB value is (190,113,122). Sum of RGB (Red+Green+Blue) = 190+113+122=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE717A is #418E85. Grayscale: #898989. Windows color (decimal): -4296326 or 8024510. OLE color: 8024510.

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

Color convert

RGB190113122-
CMYK00.410.360.25
HSL352.99º37.2%59.41%-
HSV(B)352.99º40.53%74.51%-
XYZ30.6524.1621.46-
YUV137.05119.51165.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=44.71%
G=26.59%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011312200.410.360.25352.9937.259.41
HexBE717A0292419161253b
Octal27616117205144315414573
Binary1011111011100011111010010100110010011001101100001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE717A; }

 p { color: rgb(190,113,122); }

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

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

 a { background-color: rgb(190,113,122); }

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

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

 span { border-color: rgb(190,113,122); }

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