#BE7685

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

Shades of Tapestry #BE7685

Tints of Tapestry #BE7685

Color information

#BE7685 (or 0xBE7685) is unknown color: approx Tapestry. HEX triplet: BE, 76 and 85. RGB value is (190,118,133). Sum of RGB (Red+Green+Blue) = 190+118+133=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7685 is #41897A. Grayscale: #8D8D8D. Windows color (decimal): -4295035 or 8746686. OLE color: 8746686.

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

Color convert

RGB190118133-
CMYK00.380.30.25
HSL347.5º35.64%60.39%-
HSV(B)347.5º37.89%74.51%-
XYZ31.9525.625.45-
YUV141.24123.35162.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=43.08%
G=26.76%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011813300.380.30.25347.535.6460.39
HexBE76850261E1915c243c
Octal27616620504636315344474
Binary1011111011101101000010101001101111011001101011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7685; }

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

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

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

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

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

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

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

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