#BE737E

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

Shades of Tapestry #BE737E

Tints of Tapestry #BE737E

Color information

#BE737E (or 0xBE737E) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 7E. RGB value is (190,115,126). Sum of RGB (Red+Green+Blue) = 190+115+126=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE737E is #418C81. Grayscale: #8A8A8A. Windows color (decimal): -4295810 or 8287166. OLE color: 8287166.

HSL color Cylindrical-coordinate representation of color #BE737E: hue angle of 351.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 #BE737E is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB190115126-
CMYK00.390.340.25
HSL351.2º36.59%59.8%-
HSV(B)351.2º39.47%74.51%-
XYZ31.1324.7122.87-
YUV138.68120.85164.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=44.08%
G=26.68%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011512600.390.340.25351.236.5959.8
HexBE737E027221915f253c
Octal27616317604742315374574
Binary1011111011100111111110010011110001011001101011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE737E; }

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

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

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

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

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

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

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

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