#BE7579

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

Shades of Tapestry #BE7579

Tints of Tapestry #BE7579

Color information

#BE7579 (or 0xBE7579) is unknown color: approx Tapestry. HEX triplet: BE, 75 and 79. RGB value is (190,117,121). Sum of RGB (Red+Green+Blue) = 190+117+121=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7579 is #418A86. Grayscale: #8B8B8B. Windows color (decimal): -4295303 or 7959998. OLE color: 7959998.

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

Color convert

RGB190117121-
CMYK00.380.360.25
HSL356.71º35.96%60.2%-
HSV(B)356.71º38.42%74.51%-
XYZ31.0525.0521.29-
YUV139.28117.68164.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=44.39%
G=27.34%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011712100.380.360.25356.7135.9660.2
HexBE75790262419165243c
Octal27616517104644315454474
Binary1011111011101011111001010011010010011001101100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7579; }

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

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

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

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

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

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

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

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