#BE7C8D

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

Shades of Tapestry #BE7C8D

Tints of Tapestry #BE7C8D

Color information

#BE7C8D (or 0xBE7C8D) is unknown color: approx Tapestry. HEX triplet: BE, 7C and 8D. RGB value is (190,124,141). Sum of RGB (Red+Green+Blue) = 190+124+141=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C8D is #418372. Grayscale: #919191. Windows color (decimal): -4293491 or 9272510. OLE color: 9272510.

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

Color convert

RGB190124141-
CMYK00.350.260.25
HSL344.55º33.67%61.57%-
HSV(B)344.55º34.74%74.51%-
XYZ33.2527.2928.71-
YUV145.67125.37159.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=41.76%
G=27.25%
B=30.99%

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
Decimal19012414100.350.260.25344.5533.6761.57
HexBE7C8D0231A19159223e
Octal27617421504332315314276
Binary1011111011111001000110101000111101011001101011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C8D; }

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

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

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

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

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

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

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

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