#BE7582

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

Shades of Tapestry #BE7582

Tints of Tapestry #BE7582

Color information

#BE7582 (or 0xBE7582) is unknown color: approx Tapestry. HEX triplet: BE, 75 and 82. RGB value is (190,117,130). Sum of RGB (Red+Green+Blue) = 190+117+130=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7582 is #418A7D. Grayscale: #8C8C8C. Windows color (decimal): -4295294 or 8549822. OLE color: 8549822.

HSL color Cylindrical-coordinate representation of color #BE7582: hue angle of 349.32º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7582 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB190117130-
CMYK00.380.320.25
HSL349.32º35.96%60.2%-
HSV(B)349.32º38.42%74.51%-
XYZ31.6325.2824.33-
YUV140.31122.18163.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=43.48%
G=26.77%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011713000.380.320.25349.3235.9660.2
HexBE7582026201915d243c
Octal27616520204640315354474
Binary10111110111010110000010010011010000011001101011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7582; }

 p { color: rgb(190,117,130); }

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

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

 a { background-color: rgb(190,117,130); }

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

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

 span { border-color: rgb(190,117,130); }

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