#BE7F82

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

Shades of Tapestry #BE7F82

Tints of Tapestry #BE7F82

Color information

#BE7F82 (or 0xBE7F82) is unknown color: approx Tapestry. HEX triplet: BE, 7F and 82. RGB value is (190,127,130). Sum of RGB (Red+Green+Blue) = 190+127+130=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F82 is #41807D. Grayscale: #929292. Windows color (decimal): -4292734 or 8552382. OLE color: 8552382.

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

Color convert

RGB190127130-
CMYK00.330.320.25
HSL357.14º32.64%62.16%-
HSV(B)357.14º33.16%74.51%-
XYZ32.8527.7424.74-
YUV146.18118.87159.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=42.51%
G=28.41%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012713000.330.320.25357.1432.6462.16
HexBE7F820212019165213e
Octal27617720204140315454176
Binary10111110111111110000010010000110000011001101100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F82; }

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

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

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

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

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

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

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

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