#BE7C8C

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

Shades of Tapestry #BE7C8C

Tints of Tapestry #BE7C8C

Color information

#BE7C8C (or 0xBE7C8C) is unknown color: approx Tapestry. HEX triplet: BE, 7C and 8C. RGB value is (190,124,140). Sum of RGB (Red+Green+Blue) = 190+124+140=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C8C is #418373. Grayscale: #919191. Windows color (decimal): -4293492 or 9206974. OLE color: 9206974.

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

Color convert

RGB190124140-
CMYK00.350.260.25
HSL345.45º33.67%61.57%-
HSV(B)345.45º34.74%74.51%-
XYZ33.1827.2628.32-
YUV145.56124.87159.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=41.85%
G=27.31%
B=30.84%

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
Decimal19012414000.350.260.25345.4533.6761.57
HexBE7C8C0231A19159223e
Octal27617421404332315314276
Binary1011111011111001000110001000111101011001101011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C8C; }

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

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

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

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

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

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

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

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