#BE7E8D

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

Shades of Tapestry #BE7E8D

Tints of Tapestry #BE7E8D

Color information

#BE7E8D (or 0xBE7E8D) is unknown color: approx Tapestry. HEX triplet: BE, 7E and 8D. RGB value is (190,126,141). Sum of RGB (Red+Green+Blue) = 190+126+141=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E8D is #418172. Grayscale: #929292. Windows color (decimal): -4292979 or 9273022. OLE color: 9273022.

HSL color Cylindrical-coordinate representation of color #BE7E8D: hue angle of 345.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7E8D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190126141-
CMYK00.340.260.25
HSL345.94º32.99%61.96%-
HSV(B)345.94º33.68%74.51%-
XYZ33.527.7928.8-
YUV146.85124.7158.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=41.58%
G=27.57%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012614100.340.260.25345.9432.9961.96
HexBE7E8D0221A1915a213e
Octal27617621504232315324176
Binary1011111011111101000110101000101101011001101011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E8D; }

 p { color: rgb(190,126,141); }

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

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

 a { background-color: rgb(190,126,141); }

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

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

 span { border-color: rgb(190,126,141); }

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