#BE718A

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

Shades of Tapestry #BE718A

Tints of Tapestry #BE718A

Color information

#BE718A (or 0xBE718A) is unknown color: approx Tapestry. HEX triplet: BE, 71 and 8A. RGB value is (190,113,138). Sum of RGB (Red+Green+Blue) = 190+113+138=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE718A is #418E75. Grayscale: #8A8A8A. Windows color (decimal): -4296310 or 9073086. OLE color: 9073086.

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

Color convert

RGB190113138-
CMYK00.410.270.25
HSL340.52º37.2%59.41%-
HSV(B)340.52º40.53%74.51%-
XYZ31.7324.5927.12-
YUV138.87127.51164.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=43.08%
G=25.62%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011313800.410.270.25340.5237.259.41
HexBE718A0291B19155253b
Octal27616121205133315254573
Binary1011111011100011000101001010011101111001101010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE718A; }

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

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

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

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

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

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

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

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