#BE7B8D

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

Shades of Tapestry #BE7B8D

Tints of Tapestry #BE7B8D

Color information

#BE7B8D (or 0xBE7B8D) is unknown color: approx Tapestry. HEX triplet: BE, 7B and 8D. RGB value is (190,123,141). Sum of RGB (Red+Green+Blue) = 190+123+141=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B8D is #418472. Grayscale: #919191. Windows color (decimal): -4293747 or 9272254. OLE color: 9272254.

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

Color convert

RGB190123141-
CMYK00.350.260.25
HSL343.88º34.01%61.37%-
HSV(B)343.88º35.26%74.51%-
XYZ33.1327.0428.67-
YUV145.08125.7160.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 141 (55.47% from 255) = 31.06%
R=41.85%
G=27.09%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012314100.350.260.25343.8834.0161.37
HexBE7B8D0231A19158223d
Octal27617321504332315304275
Binary1011111011110111000110101000111101011001101011000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B8D; }

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

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

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

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

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

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

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

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