#BE7C8A

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

Shades of Tapestry #BE7C8A

Tints of Tapestry #BE7C8A

Color information

#BE7C8A (or 0xBE7C8A) is unknown color: approx Tapestry. HEX triplet: BE, 7C and 8A. RGB value is (190,124,138). Sum of RGB (Red+Green+Blue) = 190+124+138=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C8A is #418375. Grayscale: #919191. Windows color (decimal): -4293494 or 9075902. OLE color: 9075902.

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

Color convert

RGB190124138-
CMYK00.350.270.25
HSL347.27º33.67%61.57%-
HSV(B)347.27º34.74%74.51%-
XYZ33.0327.227.55-
YUV145.33123.87159.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=42.04%
G=27.43%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012413800.350.270.25347.2733.6761.57
HexBE7C8A0231B1915b223e
Octal27617421204333315334276
Binary1011111011111001000101001000111101111001101011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C8A; }

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

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

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

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

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

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

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

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