#BE7184

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

Shades of Tapestry #BE7184

Tints of Tapestry #BE7184

Color information

#BE7184 (or 0xBE7184) is unknown color: approx Tapestry. HEX triplet: BE, 71 and 84. RGB value is (190,113,132). Sum of RGB (Red+Green+Blue) = 190+113+132=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7184 is #418E7B. Grayscale: #8A8A8A. Windows color (decimal): -4296316 or 8679870. OLE color: 8679870.

HSL color Cylindrical-coordinate representation of color #BE7184: hue angle of 345.19º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7184 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB190113132-
CMYK00.410.310.25
HSL345.19º37.2%59.41%-
HSV(B)345.19º40.53%74.51%-
XYZ31.3124.4224.89-
YUV138.19124.51164.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=43.68%
G=25.98%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011313200.410.310.25345.1937.259.41
HexBE71840291F19159253b
Octal27616120405137315314573
Binary1011111011100011000010001010011111111001101011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7184; }

 p { color: rgb(190,113,132); }

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

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

 a { background-color: rgb(190,113,132); }

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

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

 span { border-color: rgb(190,113,132); }

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