#be7c8e

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

Shades of Tapestry #BE7C8E

Tints of Tapestry #BE7C8E

Color information

#BE7C8E (or 0xBE7C8E) is unknown color: approx Tapestry. HEX triplet: BE, 7C and 8E. RGB value is (190,124,142). Sum of RGB (Red+Green+Blue) = 190+124+142=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C8E is #418371. Grayscale: #919191. Windows color (decimal): -4293490 or 9338046. OLE color: 9338046.

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

Color convert

RGB190124142-
CMYK00.350.250.25
HSL343.64º33.67%61.57%-
HSV(B)343.64º34.74%74.51%-
XYZ33.3327.3229.11-
YUV145.79125.87159.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=41.67%
G=27.19%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012414200.350.250.25343.6433.6761.57
HexBE7C8E0231919158223e
Octal27617421604331315304276
Binary1011111011111001000111001000111100111001101011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be7c8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be7c8e; }

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

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

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

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

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

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

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

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