#BE7179

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

Shades of Tapestry #BE7179

Tints of Tapestry #BE7179

Color information

#BE7179 (or 0xBE7179) is unknown color: approx Tapestry. HEX triplet: BE, 71 and 79. RGB value is (190,113,121). Sum of RGB (Red+Green+Blue) = 190+113+121=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7179 is #418E86. Grayscale: #888888. Windows color (decimal): -4296327 or 7958974. OLE color: 7958974.

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

Color convert

RGB190113121-
CMYK00.410.360.25
HSL353.77º37.2%59.41%-
HSV(B)353.77º40.53%74.51%-
XYZ30.5924.1421.14-
YUV136.94119.01165.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=44.81%
G=26.65%
B=28.54%

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
Decimal19011312100.410.360.25353.7737.259.41
HexBE71790292419162253b
Octal27616117105144315424573
Binary1011111011100011111001010100110010011001101100010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7179; }

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

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

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

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

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

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

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

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