#BE7984

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

Shades of Tapestry #BE7984

Tints of Tapestry #BE7984

Color information

#BE7984 (or 0xBE7984) is unknown color: approx Tapestry. HEX triplet: BE, 79 and 84. RGB value is (190,121,132). Sum of RGB (Red+Green+Blue) = 190+121+132=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7984 is #41867B. Grayscale: #8E8E8E. Windows color (decimal): -4294268 or 8681918. OLE color: 8681918.

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

Color convert

RGB190121132-
CMYK00.360.310.25
HSL350.43º34.67%60.98%-
HSV(B)350.43º36.32%74.51%-
XYZ32.2426.2925.2-
YUV142.88121.86161.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=42.89%
G=27.31%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012113200.360.310.25350.4334.6760.98
HexBE79840241F1915e233d
Octal27617120404437315364375
Binary1011111011110011000010001001001111111001101011110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7984; }

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

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

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

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

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

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

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

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