#BE7383

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

Shades of Tapestry #BE7383

Tints of Tapestry #BE7383

Color information

#BE7383 (or 0xBE7383) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 83. RGB value is (190,115,131). Sum of RGB (Red+Green+Blue) = 190+115+131=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7383 is #418C7C. Grayscale: #8B8B8B. Windows color (decimal): -4295805 or 8614846. OLE color: 8614846.

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

Color convert

RGB190115131-
CMYK00.390.310.25
HSL347.2º36.59%59.8%-
HSV(B)347.2º39.47%74.51%-
XYZ31.4624.8524.61-
YUV139.25123.35164.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=43.58%
G=26.38%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011513100.390.310.25347.236.5959.8
HexBE73830271F1915b253c
Octal27616320304737315334574
Binary1011111011100111000001101001111111111001101011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7383; }

 p { color: rgb(190,115,131); }

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

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

 a { background-color: rgb(190,115,131); }

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

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

 span { border-color: rgb(190,115,131); }

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