#BE7784

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

Shades of Tapestry #BE7784

Tints of Tapestry #BE7784

Color information

#BE7784 (or 0xBE7784) is unknown color: approx Tapestry. HEX triplet: BE, 77 and 84. RGB value is (190,119,132). Sum of RGB (Red+Green+Blue) = 190+119+132=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7784 is #41887B. Grayscale: #8D8D8D. Windows color (decimal): -4294780 or 8681406. OLE color: 8681406.

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

Color convert

RGB190119132-
CMYK00.370.310.25
HSL349.01º35.32%60.59%-
HSV(B)349.01º37.37%74.51%-
XYZ3225.8125.12-
YUV141.71122.52162.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=43.08%
G=26.98%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011913200.370.310.25349.0135.3260.59
HexBE77840251F1915d233d
Octal27616720404537315354375
Binary1011111011101111000010001001011111111001101011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7784; }

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

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

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

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

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

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

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

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