#BE7679

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

Shades of Tapestry #BE7679

Tints of Tapestry #BE7679

Color information

#BE7679 (or 0xBE7679) is unknown color: approx Tapestry. HEX triplet: BE, 76 and 79. RGB value is (190,118,121). Sum of RGB (Red+Green+Blue) = 190+118+121=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7679 is #418986. Grayscale: #8B8B8B. Windows color (decimal): -4295047 or 7960254. OLE color: 7960254.

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

Color convert

RGB190118121-
CMYK00.380.360.25
HSL357.5º35.64%60.39%-
HSV(B)357.5º37.89%74.51%-
XYZ31.1625.2821.33-
YUV139.87117.35163.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=44.29%
G=27.51%
B=28.21%

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
Decimal19011812100.380.360.25357.535.6460.39
HexBE76790262419166243c
Octal27616617104644315464474
Binary1011111011101101111001010011010010011001101100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7679; }

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

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

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

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

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

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

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

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